DicomObjects.NET.V8
DicomObjects Namespace / Plane3D Structure / GetHashCode Method



In This Topic
    GetHashCode Method (Plane3D)
    In This Topic
    Serves as the default hash function.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    Dim instance As Plane3D
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()
    public:
    int GetHashCode(); override 

    Return Value

    A hash code for the current object.
    Requirements

    Target Platforms: .NET CLR 3.5 or higher

    See Also

    Reference

    Plane3D Structure
    Plane3D Members
    Base Implementation in GetHashCode