System.Guid.op_Equality Method

Indicates whether the values of two specified Guid objects are 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 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