Method Equals
Equals(object)
SystemTypeIndex instances are equal if they refer to the same system type.
Declaration
public override bool Equals(object compare)
Parameters
Type | Name | Description |
---|---|---|
object | compare | The object to compare to this SystemTypeIndex. |
Returns
Type | Description |
---|---|
bool | True, if the compare parameter contains a TypeIndex object equal to this TypeIndex instance. |
Overrides
Equals(SystemTypeIndex)
SystemTypeIndex instances are equal if they refer to the same system type.
Declaration
public bool Equals(SystemTypeIndex typeIndex)
Parameters
Type | Name | Description |
---|---|---|
SystemTypeIndex | typeIndex | The other SystemTypeIndex. |
Returns
Type | Description |
---|---|
bool | True, if the SystemTypeIndex instances are equal. |