op_Equality

ValueRepresentation Equality operator

Determines whether two specified objects have the same value.

public static bool operator ==(ValueRepresentation? left, ValueRepresentation? right)
ParameterTypeDescription
leftValueRepresentationLeft-hand side object to compare for equivalence.
rightValueRepresentationRight-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