Delegate EqualityComparison<T>
- Namespace
- ChartTools.Extensions
- Assembly
- ChartTools.dll
IEquatable<T> equivalent to the IComparable<T> Comparison<T> delegate
public delegate bool EqualityComparison<in T>(T a, T b)
Parameters
a
T- equivalent to the delegate
b
T- equivalent to the delegate
Returns
- bool
- equivalent to the delegate
Type Parameters
T