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