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