ActivationId.Equality(ActivationId, ActivationId) 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 equality.
public static bool operator == (Orleans.Runtime.ActivationId left, Orleans.Runtime.ActivationId right);
static member ( = ) : Orleans.Runtime.ActivationId * Orleans.Runtime.ActivationId -> bool
Public Shared Operator == (left As ActivationId, right As ActivationId) As Boolean
Parameters
- left
- ActivationId
The left operand.
- right
- ActivationId
The right operand.
Returns
true
if the provided values are equal, otherwise false
.