Operator operator ==
operator ==(GhostType, GhostType)
Returns whether or not two GhostType are identical.
Declaration
public static bool operator ==(GhostType lhs, GhostType rhs)
Parameters
Type | Name | Description |
---|---|---|
GhostType | lhs | |
GhostType | rhs |
Returns
Type | Description |
---|---|
bool | True if the the types guids are the same. |