| DynamicEqualityComparerTEquals Method |
Determines whether the specified object are equal
Namespace:
Cauldron
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.2
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
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