Method Equals
Equals(object)
Compares for equality.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The |
Returns
| Type | Description |
|---|---|
| bool |
|
Overrides
Equals(Enumerator)
Compares for equality.
Declaration
public bool Equals(MutableRuntimeReferenceImageLibrary.Enumerator other)
Parameters
| Type | Name | Description |
|---|---|---|
| MutableRuntimeReferenceImageLibrary.Enumerator | other | The other enumerator to compare against. |
Returns
| Type | Description |
|---|---|
| bool |
|