Table of Contents

Operator operator !=

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

operator !=(PlessVariant, PlessVariant)

Tests whether two specified variants are different.

public static bool operator !=(PlessVariant d1, PlessVariant d2)

Parameters

d1 PlessVariant

The PlessVariant that is to the left of the equality operator.

d2 PlessVariant

The PlessVariant that is to the right of the equality operator.

Returns

bool

true if the two PlessVariant structures are different; otherwise, false.