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