Click or drag to resize
DigitalRuneReferenceEqualityComparerTEquals Method (T, T)
Determines whether the specified objects are equal.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool Equals(
	T x,
	T y
)

Parameters

x
Type: T
The first object of type T to compare.
y
Type: T
The second object of type T to compare.

Return Value

Type: Boolean
if the specified objects are equal; otherwise, .

Implements

IEqualityComparerTEquals(T, T)
See Also