IEqualityOperators<TSelf,TOther,TResult> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義用來比較兩個值以判斷相等的機制。
generic <typename TSelf, typename TOther, typename TResult>
where TSelf : IEqualityOperators<TSelf, TOther, TResult>public interface class IEqualityOperators
public interface IEqualityOperators<TSelf,TOther,TResult> where TSelf : IEqualityOperators<TSelf,TOther,TResult>
type IEqualityOperators<'Self, 'Other, 'Result (requires 'Self :> IEqualityOperators<'Self, 'Other, 'Result>)> = interface
Public Interface IEqualityOperators(Of TSelf, TOther, TResult)
類型參數
- TSelf
實作這個介面的類型。
- TOther
要與 TSelf
比較的型別。
- TResult
做為比較結果傳回的型別。
- 衍生
運算子
Equality(TSelf, TOther) |
比較兩個值以判斷相等。 |
Inequality(TSelf, TOther) |
比較兩個值以判斷不相等。 |