Class HashCodeBuilder
Inheritance
System.Object
HashCodeBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Common.Utils
Assembly: FixAntenna.Common.dll
Syntax
public sealed class HashCodeBuilder
Constructors
HashCodeBuilder(Int32, Int32)
Declaration
public HashCodeBuilder(int a, int b)
Parameters
Type | Name | Description |
---|---|---|
System. |
a | |
System. |
b |
Methods
Append(Int32)
Declaration
public HashCodeBuilder Append(int value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value |
Returns
Type | Description |
---|---|
Hash |
Append(Object)
Declaration
public HashCodeBuilder Append(object obj)
Parameters
Type | Name | Description |
---|---|---|
System. |
obj |
Returns
Type | Description |
---|---|
Hash |
Append(String)
Declaration
public HashCodeBuilder Append(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value |
Returns
Type | Description |
---|---|
Hash |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.GetHashCode()