Operator operator !=
operator !=(ComponentType, ComponentType)
Evaluates if two component types are not equal based on TypeIndex and AccessModeType.
Declaration
public static bool operator !=(ComponentType lhs, ComponentType rhs)
Parameters
Type | Name | Description |
---|---|---|
ComponentType | lhs | The left-hand side |
ComponentType | rhs | The right-hand side |
Returns
Type | Description |
---|---|
bool | Returns true if their type indices are not equal or their access modes are not equal. |