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