RemarksConsists of 12 bytes MembersFields| Name | Literal | Comments | | CollectionRefID | | | | Empty | | |
MethodsConstructors| Oid() | ||Initializes a new instance of the Oid class.
| Oid(Byte) | | Oid(MongoDB.Driver.Oid) | | Oid(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) | | Oid(System.String) | | Oid(System.String, System.String) | CompareTo| int CompareTo(object obj) | | int CompareTo(Oid rhs) | ||===== Returns =====
CompareTo| int CompareTo(object obj) | | int CompareTo(Oid rhs) | ||===== Returns =====
Equals| bool Equals(object obj) | ||===== Returns ===== trueif the specified Object is equal to this instance; otherwise,false.
| bool Equals(Oid other) | ||===== Returns =====
Equals| bool Equals(object obj) | ||===== Returns ===== trueif the specified Object is equal to this instance; otherwise,false.
| bool Equals(Oid other) | ||===== Returns =====
GetHashCode| int GetHashCode() | ||===== Returns ===== A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData| void GetObjectData(SerializationInfo info, StreamingContext context) | NewOid| Oid NewOid() | ||===== Returns =====
ToBase64String| string ToBase64String() | ||===== Returns =====
ToHexadecimalString| string ToHexadecimalString() | ||===== Returns =====
ToMongoDBString| string ToMongoDBString() | ||===== Returns =====
ToString| string ToString() | ||===== Returns ===== A String that represents this instance.
| string ToString(string format, IFormatProvider formatProvider) | ||===== Returns ===== A String that represents this instance.
ToString| string ToString() | ||===== Returns ===== A String that represents this instance.
| string ToString(string format, IFormatProvider formatProvider) | ||===== Returns ===== A String that represents this instance.
|