GuidEquals Method (Object) |
Returns a value that indicates whether this instance is equal to a specified object.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override bool Equals(
Object o
)
Parameters
- o
- Type: SystemObject
The object to compare with this instance.
Return Value
Type:
Booleantrue if
o is a
Guid that has the same value as this instance; otherwise, false.
See Also