PropertyId.Inequality(PropertyId, PropertyId) 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.
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
The property to be compared to the property in b.
The property to be compared to the property in a.
Returns
Is true if the objects are not equal; otherwise, false.