ComparerUnEquals Method |
Name | Description | |
---|---|---|
UnEquals(Object, Object) |
Determines whether a is unequal to b
Checks reference equality first with ReferenceEquals(Object, Object). Then it checks all known types with the != operator, then with reflection on
'op_Inequality' and as last resort uses Equals(Object, Object) to
determine unequality
| |
UnEqualsT, TValue(T, T, FuncT, TValue) |
Determines whether a is unequal to b |