The Oid type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition(Oid, Oid)
Add two Oid values and return the new class
Public operatorStatic memberAddition(Oid, String)
Add Oid class value and oid represented as a string into a new Oid class instance
Public operatorStatic memberAddition(Oid, UInt32)
Add integer id to the Oid class
Public operatorStatic memberAddition(Oid, array<UInt32>[]()[][])
Add Oid class value and oid values in the integer array into a new class instance.
Public operatorStatic memberEquality
Comparison of two Oid class values.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Oid to array<UInt32>[]()[][])
Operator allowing explicit conversion from Oid class to integer array int[]
Public operatorStatic memberGreaterThan
Greater then operator.
Public operatorStatic memberInequality
Negative comparison of two Oid class values.
Public operatorStatic memberLessThan
Less then operator.

See Also