|
CustomComparerTEquals Method (T, T)
|
Determines whether the specified objects are equal.
Namespace:
Accord.Math.Comparers
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public bool Equals(
T x,
T y
)
Public Function Equals (
x As T,
y As T
) As Boolean
Request Example
View SourceParameters
- 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.
See Also