Operator operator ==
operator ==(in EntityGuid, in EntityGuid)
Checks if two EntityGuid instances are 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 both EntityGuid instances contain the same opaque bits. |