Click or drag to resize
Accord.NET (logo)

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

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: Boolean
true if the specified objects are equal; otherwise, false.
See Also