Struct GDIDWithInt
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NFX.dll
Syntax
public struct GDIDWithInt : IDistributedStableHashProvider, IEquatable<GDIDWithInt>
Constructors
GDIDWithInt(GDID, Int32)
Declaration
public GDIDWithInt(GDID gdid, int val)
Parameters
Type |
Name |
Description |
GDID |
gdid |
|
System.Int32 |
val |
|
Fields
GDID
Declaration
public readonly GDID GDID
Field Value
Int
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
Equals(GDIDWithInt)
Declaration
public bool Equals(GDIDWithInt other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetDistributedStableHash()
Declaration
public ulong GetDistributedStableHash()
Returns
Type |
Description |
System.UInt64 |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Implements
System.IEquatable<T>
Extension Methods