Operator operator ==
operator ==(PlessVariant, PlessVariant)
Tests whether two specified variants are equivalent.
public static bool operator ==(PlessVariant d1, PlessVariant d2)
Parameters
d1PlessVariantThe PlessVariant that is to the left of the equality operator.
d2PlessVariantThe PlessVariant that is to the right of the equality operator.
Returns
- bool
trueif the two PlessVariant structures are equal; otherwise,false.