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