Edit

Share via


PropertyId.Inequality(PropertyId, PropertyId) Operator

Definition

Determines whether the two property objects are not equal.

public static bool operator != (Microsoft.Hpc.Scheduler.Properties.PropertyId a, Microsoft.Hpc.Scheduler.Properties.PropertyId b);
static member op_Inequality : 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 not equal; otherwise, false.

Applies to