Gets the hash code for the current
RdlProp.
The hash value is calculated based on the current object's value.
Namespace:
C1.C1Rdl
Assembly:
C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public override int GetHashCode() |
Visual Basic |
---|
Public Overrides Function GetHashCode As Integer |
Return Value
The hash code.
See Also