Delegate DelegateEqualityComparer<T>.EqualsDelegate
A delegate to compare two objects.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate bool EqualsDelegate(T x, T y);Parameters
| T
        x 
 | 
| T
        y 
 | 
Returns
| System.Boolean 
 |