Method Equals
Equals(ComponentTypeHash)
Checks if another ComponentTypeHash instance is equal to this one
Declaration
public bool Equals(ComponentTypeHash other)
Parameters
Type | Name | Description |
---|---|---|
ComponentTypeHash | other | A ComponentTypeHash to compare with |
Returns
Type | Description |
---|---|
bool | True if |
Equals(object)
Checks if a ComponentTypeHash equals some object which may or may not be a ComponentTypeHash
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | An object to compare with |
Returns
Type | Description |
---|---|
bool | True if |