|
ArrayComparerTEquals Method (T, T)
|
Determines whether two instances 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 to compare. - y
- Type: T
The second object to compare.
Return Value
Type:
Booleantrue if the specified object is equal to the other; otherwise,
false.
See Also