'Declaration
Public Overrides Function GetHashCode() As Integer
'Usage
Dim instance As DependsOnCriteria Dim value As Integer value = instance.GetHashCode()
public override int GetHashCode()
public function GetHashCode(): Integer; override;
public override function GetHashCode() : int;
public: int GetHashCode(); override
public: int GetHashCode(); override
Return Value
A hash code for the current object. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.