public bool Equals(
	ComplexMatrixRow other
)Public Function Equals ( 
	other As ComplexMatrixRow
) As Booleanpublic:
virtual bool Equals(
	ComplexMatrixRow^ other
) sealedabstract Equals : 
        other : ComplexMatrixRow -> bool 
override Equals : 
        other : ComplexMatrixRow -> bool 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.