![]() | Comparer.UnEquals 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 |
![]() ![]() | UnEquals<T, TValue>(T, T, Func<T, TValue>) |
Determines whether a is unequal to b |