Selerix Developer Tools
GetHashCode Method (ACLIBenefitLimitsRule)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ACLIBenefitLimitsRule Class : GetHashCode Method
Serves as the default hash function. Returns a hash code for this instance.
Syntax
public override int GetHashCode()
public function GetHashCode(): Integer; override; 
public override function GetHashCode() : int;
public: int GetHashCode(); override 
public:
int GetHashCode(); override 
'Declaration
 
Public Overrides Function GetHashCode() As Integer
 
'Usage
 
Dim instance As ACLIBenefitLimitsRule
Dim value As Integer
 
value = instance.GetHashCode()

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.
See Also

Reference

ACLIBenefitLimitsRule Class
ACLIBenefitLimitsRule Members
Base Implementation in GetHashCode