Edit

Share via


GrainType.Inequality(GrainType, GrainType) Operator

Definition

Compares the provided operands for inequality.

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

Applies to