Click or drag to resize
Accord.NET (logo)

ElementComparerTEquals 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
)
Request Example View Source

Parameters

x
Type: T
The first object to compare.
y
Type: T
The second object to compare.

Return Value

Type: Boolean
true if the specified object is equal to the other; otherwise, false.
See Also