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