Returns True if the matrix object is a square matrix otherwise returns False.
MatrixObject.IsEqualTo(Matrix2, MaxDifference)
Read only. Returns a Boolean True or False value.
IsSquare returns True when value of Rows property equals to value of Cols property.