 | FieldTEquals Method (T, T) |
Determines whether the specified objects are equal.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic 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:
Booleantrue if the specified objects are equal; otherwise, false.
Implements
IEqualityComparerTEquals(T, T)
See Also