IComparisonOperators<TSelf,TOther,TResult> Rozhraní

Definice

Definuje mechanismus pro porovnání dvou hodnot za účelem určení relativního pořadí.

generic <typename TSelf, typename TOther, typename TResult>
 where TSelf : IComparisonOperators<TSelf, TOther, TResult>public interface class IComparisonOperators : System::Numerics::IEqualityOperators<TSelf, TOther, TResult>
public interface IComparisonOperators<TSelf,TOther,TResult> : System.Numerics.IEqualityOperators<TSelf,TOther,TResult> where TSelf : IComparisonOperators<TSelf,TOther,TResult>
type IComparisonOperators<'Self, 'Other, 'Result (requires 'Self :> IComparisonOperators<'Self, 'Other, 'Result>)> = interface
    interface IEqualityOperators<'Self, 'Other, 'Result (requires 'Self :> IComparisonOperators<'Self, 'Other, 'Result>)>
Public Interface IComparisonOperators(Of TSelf, TOther, TResult)
Implements IEqualityOperators(Of TSelf, TOther, TResult)

Parametry typu

TSelf

Typ, který implementuje toto rozhraní.

TOther

Typ, který bude porovnán s TSelf.

TResult

Typ, který je vrácen jako výsledek porovnání.

Odvozené
Implementuje

Operátory

GreaterThan(TSelf, TOther)

Porovná dvě hodnoty a určí, která je větší.

GreaterThanOrEqual(TSelf, TOther)

Porovná dvě hodnoty a určí, která hodnota je větší nebo rovna.

LessThan(TSelf, TOther)

Porovná dvě hodnoty a určí, která hodnota je menší.

LessThanOrEqual(TSelf, TOther)

Porovná dvě hodnoty a určí, která hodnota je menší nebo rovna.

Platí pro