Share via


Guid.Equals Method (Object)

Returns a value indicating whether this instance is equal to a specified object.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public override bool Equals (
         Objectobj
)

Parameters

  • obj
    The object to compare with this instance.

Return Value

true if o is a Guid that has the same value as this instance; otherwise, false.

Version Information

Available in the .NET Micro Framework versions 3.0, 3.5, 4.0, and 4.1.

See Also

Reference

Guid Structure
Guid Members
System Namespace