Indicates whether the two specified map keys are not equal.
命名空间: Microsoft.SqlServer.XEvent
程序集: Microsoft.SqlServer.XEvent.Linq(在 Microsoft.SqlServer.XEvent.Linq.dll 中)
语法
声明
Public Shared Operator <> ( _
x As MapValue, _
y As MapValue _
) As Boolean
用法
Dim x As MapValue
Dim y As MapValue
Dim returnValue As Boolean
returnValue = (x <> y)
public static bool operator !=(
MapValue x,
MapValue y
)
public:
static bool operator !=(
MapValue^ x,
MapValue^ y
)
static let inline(<>)
x:MapValue *
y:MapValue : bool
JScript 支持使用重载的运算符,但不支持声明新重载运算符。
参数
- x
类型:Microsoft.SqlServer.XEvent.MapValue
The map key.
- y
类型:Microsoft.SqlServer.XEvent.MapValue
The map key.
返回值
类型:System.Boolean
True if the two specified map keys are not equal; otherwise, false.