Click or drag to resize
GuidEquals Method (Guid)
Returns a value indicating whether this instance and a specified Guid object represent the same value.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool Equals(
	Guid g
)

Parameters

g
Type: SystemGuid
An object to compare to this instance.

Return Value

Type: Boolean
true if g is equal to this instance; otherwise, false.
See Also