FigureLength.Inequality(FigureLength, FigureLength) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
比较两个 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 结构。
返回
如果 fl1
和 fl2
不相等,则为 true
;否则为 false
。
注解
此运算符的等效方法是 的求反 FigureLength.Equals。