Operator operator !=
operator !=(ConfigurationDescriptor, ConfigurationDescriptor)
Compares for inequality.
Declaration
public static bool operator !=(ConfigurationDescriptor lhs, ConfigurationDescriptor rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| ConfigurationDescriptor | lhs | The left-hand side of the comparison. |
| ConfigurationDescriptor | rhs | The right-hand side of the comparison. |
Returns
| Type | Description |
|---|---|
| bool | The negation of Equals(ConfigurationDescriptor). |