MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / GetHashCode Method

In This Topic
GetHashCode Method (CSSValue)
In This Topic
Provides a hashcode by XORing the Unit.GetHashCode() and {value}.GetHashCode().
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
 
See Also