Table of Contents

Method CompareTo

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

CompareTo(PlessVariant)

Compares this variant with another variant.

public readonly int CompareTo(PlessVariant value)

Parameters

value PlessVariant

Value to compare with.

Returns

int

CompareTo(object)

Compare this object with the another object.

public readonly int CompareTo(object value)

Parameters

value object

Object to compare with.

Returns

int

Exceptions

ArgumentException

if value is not PlessVariant.