Table of Contents

Method Equals

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Equals(PlessVariant, PlessVariant)

Gets whether to variants are equal.

public static bool Equals(PlessVariant d1, PlessVariant d2)

Parameters

d1 PlessVariant

First value to compare.

d2 PlessVariant

Second value to compare.

Returns

bool

Equals(object)

Checks if this object equals another object.

public override readonly bool Equals(object value)

Parameters

value object

Object 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 PlessVariant

Object to compare with.

Returns

bool

true if the specified object is equal to this object; false otherwise.