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 |
|---|---|---|
| ComponentTypeHash | left | A ComponentTypeHash to compare |
| ComponentTypeHash | right | A ComponentTypeHash to compare |
Returns
| Type | Description |
|---|---|
| bool | True if |