Click or drag to resize

ComplexMatrixRowEquals Method (ComplexMatrixRow)

Indicates whether the current object is equal to another object of the same type.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool Equals(
	ComplexMatrixRow other
)

Parameters

other
Type: Novacta.AnalyticsComplexMatrixRow
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
Remarks

When tested for equality, ComplexMatrixRow instances are considered equal if and only if they have the same Length and, for each column index, entries corresponding to such index are equal, too.

See Also