IEqualityOperators<TSelf,TOther,TResult> Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a mechanism for comparing two values to determine equality.
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
The type that implements this interface.
- TOther
The type that will be compared with TSelf
.
- TResult
The type that is returned as a result of the comparison.
- Derived
Equality(TSelf, TOther) |
Compares two values to determine equality. |
Inequality(TSelf, TOther) |
Compares two values to determine inequality. |
Product | Versions |
---|---|
.NET | 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: