Edytuj

Udostępnij za pośrednictwem


GrainId.Equality(GrainId, GrainId) Operator

Definition

Compares the provided operands for equality.

public static bool operator == (Orleans.Runtime.GrainId left, Orleans.Runtime.GrainId right);
static member ( = ) : 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 equal, otherwise false.

Applies to