Are two matrices equal?

C# | Visual Basic | Visual C++ |
public bool Equals( ComplexMatrix obj )
Public Function Equals ( _ obj As ComplexMatrix _ ) As Boolean
public: bool Equals( ComplexMatrix^ obj )

- obj (ComplexMatrix)
- The matrix to compare against

True if the matrices have the same values at each location.