Returns True if the matrix is a symmetric matrix, otherwise returns False.
MatrixObject.IsSymmetric(MaxDifference)
Returns a Boolean True or False value.
IsSymmetric returns False if matrix is not a square matrix.
Applies To: Matrix | CMatrix