PropertyId.Equality(PropertyId, PropertyId) Operator

Definition

Determines whether the two property objects are equal.

public static bool operator == (Microsoft.Hpc.Scheduler.Properties.PropertyId a, Microsoft.Hpc.Scheduler.Properties.PropertyId b);
static member ( = ) : Microsoft.Hpc.Scheduler.Properties.PropertyId * Microsoft.Hpc.Scheduler.Properties.PropertyId -> bool
Public Shared Operator == (a As PropertyId, b As PropertyId) As Boolean

Parameters

a
PropertyId

The property to be compared to the property in b.

b
PropertyId

The property to be compared to the property in a.

Returns

Is true if the objects are equal; otherwise, false.

Applies to