Operator operator !=
operator !=(ComponentTypeHash, ComponentTypeHash)
Checks if two ComponentTypeHash instances are not equal
Declaration
public static bool operator !=(ComponentTypeHash left, ComponentTypeHash right)
Parameters
Type | Name | Description |
---|---|---|
Component |
left | A ComponentTypeHash to compare |
Component |
right | A ComponentTypeHash to compare |
Returns
Type | Description |
---|---|
bool | True if |