| DynamicEqualityComparerTEquals Method |
Determines whether the specified object are equal
Namespace:
Cauldron
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
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:
BooleanTrue if the specified objects are equal; otherwise, false
Implements
IEqualityComparerTEquals(T, T)See Also