FigureLength.Inequality(FigureLength, FigureLength) 运算符

定义

比较两个 FigureLength 结构是否不相等。

public:
 static bool operator !=(System::Windows::FigureLength fl1, System::Windows::FigureLength fl2);
public static bool operator != (System.Windows.FigureLength fl1, System.Windows.FigureLength fl2);
static member op_Inequality : System.Windows.FigureLength * System.Windows.FigureLength -> bool
Public Shared Operator != (fl1 As FigureLength, fl2 As FigureLength) As Boolean

参数

fl1
FigureLength

要比较的第一个 FigureLength 结构。

fl2
FigureLength

要比较的第二个 FigureLength 结构。

返回

如果 fl1fl2 不相等,则为 true;否则为 false

注解

此运算符的等效方法是 的求反 FigureLength.Equals

适用于