Edit

Share via


GrainType.Equality(GrainType, GrainType) Operator

Definition

Compares the provided operands for equality.

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

Parameters

left
GrainType

The left operand.

right
GrainType

The right operand.

Returns

true if the provided values are equal, otherwise false.

Applies to