Interface Math.IDispatchComparisonOperators<T>
A type only used to dispatch some method calls to signatures with types T that implement IComparisonOperators<TSelf, TOther, TResult>
public interface Math.IDispatchComparisonOperators<T> where T : IComparisonOperators<T, T, bool>
Type Parameters
TA type implementing IComparisonOperators<TSelf, TOther, TResult>
Remarks
Do not use in user code! This type is only used to dispatch method calls.