Identifier.op_Equality

Identifier Equality operator

Implements the operator ==.

public static bool operator ==(Identifier a, Identifier b)
ParameterTypeDescription
aIdentifierThe A instance.
bIdentifierThe B instance.

Return Value

The result of the operator.

See Also