| ReferenceEqualityComparerTEquals Method (T, T) |
Determines whether the specified objects are equal.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public bool Equals(
T x,
T y
)
Public Function Equals (
x As T,
y As T
) As Boolean
public:
virtual bool Equals(
T x,
T y
) sealed
abstract Equals :
x : 'T *
y : 'T -> bool
override Equals :
x : 'T *
y : 'T -> bool
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