Struct EntryStableGuid
Syntax
[Serializable]
public struct EntryStableGuid : IFormattable, IComparable, IComparable<EntryStableGuid>, IEquatable<EntryStableGuid>
Constructors
EntryStableGuid(Byte[])
Declaration
public EntryStableGuid(byte[] b)
Parameters
| Type |
Name |
Description |
| Byte[] |
b |
|
Properties
GetUntypedGuid
Declaration
public readonly Guid GetUntypedGuid { get; }
Property Value
Methods
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
CompareTo(EntryStableGuid)
Declaration
public int CompareTo(EntryStableGuid other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Overrides
Equals(EntryStableGuid)
Declaration
public bool Equals(EntryStableGuid other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
NewGuid()
Declaration
public static EntryStableGuid NewGuid()
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
ToString(String, IFormatProvider)
Declaration
public string ToString(string format, IFormatProvider formatProvider)
Parameters
Returns
Operators
Equality(EntryStableGuid, EntryStableGuid)
Declaration
public static bool operator ==(EntryStableGuid a, EntryStableGuid b)
Parameters
Returns
Inequality(EntryStableGuid, EntryStableGuid)
Declaration
public static bool operator !=(EntryStableGuid a, EntryStableGuid b)
Parameters
Returns