Is Compare the inverse of this matrix?

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

- Compare (ComplexMatrix)
- Matrix to test to see if it is an inverse of this matrix.

True if Compare is an inverse.