Operator operator ==
operator ==(Enumerator, Enumerator)
Compares for equality.
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 same as Equals(Enumerator). |