OpenXmlComparableSimpleValue<T>.Inequality 运算符

定义

确定指定的操作数是否不相等。

public static bool operator != (DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<T> left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<T> right);
public static bool operator != (DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<T>? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<T>? right);
static member op_Inequality : DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<'T (requires 'T : struct)> * DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<'T (requires 'T : struct)> -> bool
Public Shared Operator != (left As OpenXmlComparableSimpleValue(Of T), right As OpenXmlComparableSimpleValue(Of T)) As Boolean

参数

left
OpenXmlComparableSimpleValue<T>

左侧操作数或 null。

right
OpenXmlComparableSimpleValue<T>

右侧操作数或 null。

返回

如果操作数不相等,则为 True;否则为 false。

适用于