The Oid type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| Addition(Oid, Oid) |
Add two Oid values and return the new class
| |
| Addition(Oid, String) |
Add Oid class value and oid represented as a string into a new Oid class instance
| |
| Addition(Oid, UInt32) |
Add integer id to the Oid class
| |
| Addition(Oid, array<UInt32>[]()[][]) |
Add Oid class value and oid values in the integer array into a new class instance.
| |
| Equality |
Comparison of two Oid class values.
| |
| ExplicitNarrowingExplicitExplicitExplicit(Oid to array<UInt32>[]()[][]) |
Operator allowing explicit conversion from Oid class to integer array int[]
| |
| GreaterThan |
Greater then operator.
| |
| Inequality |
Negative comparison of two Oid class values.
| |
| LessThan |
Less then operator.
|