ObjectID
ObjectId Struct
Encapsulates an Object Id.
Syntax
public struct ObjectId
Member Details
Equals Method
Value comparison for ObjectId.
SyntaxParameters
obj
The object to compare.
Returns
true if the argument is an ObjectId and has the same value.
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
GetHashCode Method
Retrieves the hash code for this instance.
Syntaxpublic override int GetHashCode ()
Returns
The hash code for this instance.
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Invalid Field
The invalid id object.
Syntaxpublic static readonly ObjectId Invalid
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
op_Equality Method
ObjectId equality operator.
SyntaxParameters
a
First ObjectId to compare.
b
Second ObjectId to compare.
Returns
true if the ObjectIds have the same value.
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Conversion Method
Internal explicit conversion from a uint.
Syntaxpublic static implicit operator ObjectId (uint id)
Parameters
id
A uint representation of an ObjectId
Returns
A new ObjectId initialized with the given uint.
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
op_Inequality Method
ObjectId inequality operator.
SyntaxParameters
a
First ObjectId to compare.
b
Second ObjectId to compare.
Returns
true if the ObjectIds have a different value.
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
ToString Method
Converts the id to a hexadecimal string representation.
Syntaxpublic override string ToString ()
Returns
The hexadecimal string representation.
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Last updated