GrainId.Inequality(GrainId, GrainId) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares the provided operands for inequality.
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
Parameters
- left
- GrainId
The left operand.
- right
- GrainId
The right operand.
Returns
true
if the provided values are not equal, otherwise false
.