Property | Type | Description | |
---|---|---|---|
Name | string | ||
OwnerID | UUID | ||
ParentUUID | UUID | ||
UUID | UUID |
Method | Description | |
---|---|---|
Equals ( |
Determine whether the specified OpenMetaverse.InventoryBase object is equal to the current object
|
|
Equals ( object o ) : bool |
Determine whether the specified OpenMetaverse.InventoryBase object is equal to the current object
|
|
GetHashCode ( ) : int |
Generates a number corresponding to the value of the object to support the use of a hash table, suitable for use in hashing algorithms and data structures such as a hash table
|
|
InventoryBase ( UUID itemID ) : System |
Constructor, takes an itemID as a parameter
|
public Equals ( |
||
o | InventoryBase object to compare against | |
return | bool |
public Equals ( object o ) : bool | ||
o | object | InventoryBase object to compare against |
return | bool |
public InventoryBase ( UUID itemID ) : System | ||
itemID | UUID | The |
return | System |