Szerkesztés

Megosztás a következőn keresztül:


GrainId.Inequality(GrainId, GrainId) Operator

Definition

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.

Applies to