Spread Silverlight Documentation
GetHashCode Method (CalcOperator)


GrapeCity.CalcEngine.Operators Namespace > CalcOperator Class : GetHashCode Method
Serves as a hash function for a particular type.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As System.Integer
'Usage
 
Dim instance As CalcOperator
Dim value As System.Integer
 
value = instance.GetHashCode()
public override System.int GetHashCode()

Return Value

A hash code for the current System.Object.
See Also

Reference

CalcOperator Class
CalcOperator Members