Matrix.Inequality(Matrix, Matrix) 运算符
定义
public:
static bool operator !=(Windows::UI::Xaml::Media::Matrix matrix1, Windows::UI::Xaml::Media::Matrix matrix2);
public static bool operator != (Windows.UI.Xaml.Media.Matrix matrix1, Windows.UI.Xaml.Media.Matrix matrix2);
static member op_Inequality : Windows.UI.Xaml.Media.Matrix * Windows.UI.Xaml.Media.Matrix -> bool
Public Shared Operator != (matrix1 As Matrix, matrix2 As Matrix) As Boolean
参数
返回
如果 matrix1 和 matrix2 不同,则为 true;否则为 false。true if matrix1 and matrix2 are not identical; otherwise, false.
注解
此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 Matrix 。This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix struct. 有关详细信息,请参阅 UWP API 参考中的 Matrix 。For more information, see Matrix in the UWP API reference.
有关此成员的详细信息和示例,请参阅 Matrix.Inequality .NET FRAMEWORK API 参考中的。For more information and examples of this member, see Matrix.Inequality in the .NET Framework API reference.