op_Equality

Uid Equality operator

Determines whether two specified objects have the same value.

public static bool operator ==(Uid? left, Uid? right)
ParameterTypeDescription
leftUidLeft-hand side object to compare for equivalence.
rightUidRight-hand side object to compare for equivalence.

Return Value

true if the value of left is the same as the value of right; otherwise, false.

See Also