Operator operator ==
operator ==(ComponentType, ComponentType)
Evaluates if two component types are 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 both their type indices are equal and their access modes are equal.  |