GrainId.Inequality(GrainId, GrainId) 操作员

定义

比较所提供的操作数的不相等性。

public static bool operator != (Orleans.Runtime.GrainId left, Orleans.Runtime.GrainId right);
static member op_Inequality : Orleans.Runtime.GrainId * Orleans.Runtime.GrainId -> bool
Public Shared Operator != (left As GrainId, right As GrainId) As Boolean

参数

left
GrainId

左操作数。

right
GrainId

右操作数。

返回

true 如果提供的值不相等,则为 ;否则为 false

适用于