Show / Hide Table of Contents

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

Back to top Built by Itinero, MIT licensed.