System.Guid.op_Inequality Method

Indicates whether the values of two specified Guid objects are not equal.

Syntax

public static bool operator!= (Guid a, Guid b)

Parameters

a
The first object to compare.
b
The second object to compare.

Returns

true if a and b are not equal; otherwise, false.

Remarks

None.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0