Returns a hash code for this instance.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public override int GetHashCode() |
Visual Basic |
---|
Public Overrides Function GetHashCode As Integer |
Visual C++ |
---|
public:
virtual int GetHashCode() override |
F# |
---|
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int |
Return Value
Type:
Int32A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
See Also