Operator operator !=
operator !=(PlessVariant, PlessVariant)
Tests whether two specified variants are different.
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 different; otherwise,false
.