GOA - System.Guid

Guid Class


Represents a globally unique identifier (GUID). This class cannot be inherited.

Definition

public sealed class Guid: Object, IComparable

Members Table

MethodDescription
CompareToCompares this instance to a specified object.
EqualsOverloaded. Compares two objects to determine if they are equal.
GetHashCodeOverriden. Returns the hash code for this instance.
GetTypeGets the Type of the current instance. (Inherited from Object)
GuidOverloaded. Initializes a new instance of Guid.
NewGuidInitializes a new instance of the Guid class.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToByteArrayReturns a 16-element byte array that contains the value of the GUID.
ToStringOverloaded. Returns a String representation of the value of the Guid instance.
OperatorDescription
operator !=Determines whether the values of two specified Guid objects are not equal.
operator ==Determines whether the values of two specified Guid objects are equal.
FieldDescription
EmptyRepresents an empty Guid.

Inheritance Hierarchy

Object
Guid

Remarks

Due to Flash API limitations, this identifier is not guaranteed to be unique.

Class Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.