Method Equals
Equals(PlessVariant, PlessVariant)
Gets whether to variants are equal.
public static bool Equals(PlessVariant d1, PlessVariant d2)
Parameters
d1PlessVariantFirst value to compare.
d2PlessVariantSecond value to compare.
Returns
Equals(object)
Checks if this object equals another object.
public override readonly bool Equals(object value)
Parameters
valueobjectObject to compare with. May be null.
Returns
- bool
trueif the specified object is a PlessVariant and it equals this object;falseotherwise.
Equals(PlessVariant)
Checks if this object equals another object.
public readonly bool Equals(PlessVariant value)
Parameters
valuePlessVariantObject to compare with.
Returns
- bool
trueif the specified object is equal to this object;falseotherwise.