Operator operator ==
operator ==(SerializableGuid, SerializableGuid)
Tests for equality. Same as Equals(SerializableGuid).
Declaration
public static bool operator ==(SerializableGuid lhs, SerializableGuid rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializableGuid | lhs | The left-hand side of the comparison. |
| SerializableGuid | rhs | The right-hand side of the comparison. |
Returns
| Type | Description |
|---|---|
| bool |
|