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