IComparisonOperators<TSelf,TOther,TResult> Interface

Definitie

Definieert een mechanisme voor het vergelijken van twee waarden om de relatieve volgorde te bepalen.

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)

Type parameters

TSelf

Het type dat deze interface implementeert.

TOther

Het type dat wordt vergeleken met TSelf.

TResult

Het type dat als resultaat van de vergelijking wordt geretourneerd.

Afgeleid
Implementeringen

Operators

Name Description
GreaterThan(TSelf, TOther)

Vergelijkt twee waarden om te bepalen welke groter is.

GreaterThanOrEqual(TSelf, TOther)

Vergelijkt twee waarden om te bepalen welke groter of gelijk is.

LessThan(TSelf, TOther)

Vergelijkt twee waarden om te bepalen welke kleiner is.

LessThanOrEqual(TSelf, TOther)

Vergelijkt twee waarden om te bepalen welke kleiner of gelijk is.

Van toepassing op