Method Equals
Equals(PlessVariant, PlessVariant)
Gets whether to variants are equal.
public static bool Equals(PlessVariant d1, PlessVariant d2)
Parameters
d1
PlessVariantFirst value to compare.
d2
PlessVariantSecond value to compare.
Returns
Equals(object)
Checks if this object equals another object.
public override readonly bool Equals(object value)
Parameters
value
objectObject to compare with. May be null.
Returns
- bool
true
if the specified object is a PlessVariant and it equals this object;false
otherwise.
Equals(PlessVariant)
Checks if this object equals another object.
public readonly bool Equals(PlessVariant value)
Parameters
value
PlessVariantObject to compare with.
Returns
- bool
true
if the specified object is equal to this object;false
otherwise.