DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / Plane3D Structure / GetHashCode Method






In This Topic
    GetHashCode Method (Plane3D)
    In This Topic
    Returns the hash code for this instance.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetHashCode() As System.Integer
    'Usage
     
    
    Dim instance As Plane3D
    Dim value As System.Integer
     
    value = instance.GetHashCode()
    public override System.int GetHashCode()
    public function GetHashCode(): System.Integer; override; 
    public override function GetHashCode() : System.int;
    public: System.int GetHashCode(); override 
    public:
    System.int GetHashCode(); override 

    Return Value

    A 32-bit signed integer that is the hash code for this instance.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also