| MatrixEquals 方法 | 
 重载列表
重载列表| 名称 | 说明 | |
|---|---|---|
|  | Equals(Object) | 
            Equals - compares this Matrix with the passed in object.  In this equality
            float.NaN is equal to itself, unlike in numeric equality.
            Note that float values can acquire error when operated upon, such that
            an exact comparison between two values which
            are logically equal may fail.
            (重写 ValueTypeEquals(Object).) | 
|  | Equals(Matrix) | 
            Equals - compares this Matrix with the passed in object.  In this equality
            float.NaN is equal to itself, unlike in numeric equality.
            Note that float values can acquire error when operated upon, such that
            an exact comparison between two values which
            are logically equal may fail.
             | 
|   | Equals(Matrix, Matrix) | 
            Compares two Matrix instances for object equality.  In this equality
            float.NaN is equal to itself, unlike in numeric equality.
            Note that float values can acquire error when operated upon, such that
            an exact comparison between two values which
            are logically equal may fail.
             | 
 参见
参见