ActiveReports 18 .NET Edition
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
    public override int GetHashCode()
    See Also