ReferenceEqualityComparer T  Equals Method (T, T)NFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public override bool Equals(
	T x,
	T y
)

Parameters

x
Type: T
y
Type: T

Return Value

Type: OnlineBoolean

Implements

OnlineIEqualityComparer T  Equals(T, T)
See Also