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