Matrix struct Matrix : IEquatable<Matrix> A matrix is a special data type that contains between one and sixteen components. Every component of a matrix must be of the same type. Documentation Code public static bool op_Equality(Matrix left, Matrix right) public static Matrix op_Explicit(IntPtr value) public static IntPtr op_Implicit(Matrix value) public static bool op_Inequality(Matrix left, Matrix right) public bool Equals(Matrix other)