Operator operator !=
operator !=(in EntityGuid, in EntityGuid)
Checks if two EntityGuid instances aren't equal.
Declaration
public static bool operator !=(in EntityGuid lhs, in EntityGuid rhs)
Parameters
Type | Name | Description |
---|---|---|
EntityGuid | lhs | An EntityGuid |
EntityGuid | rhs | Another EntityGuid |
Returns
Type | Description |
---|---|
bool | True, if any of the opaque bits contained in the EntityGuid instances is different. |