DicomObjects.NET.V8
DicomObjects Namespace / Plane3D Structure / Equals Method
Object to test.



In This Topic
    Equals Method (Plane3D)
    In This Topic
    Object method for testing equality.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    Dim instance As Plane3D
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )
    public:
    bool Equals( 
       Object^ obj
    ) override 

    Parameters

    obj
    Object to test.

    Return Value

    True if the 2 planes are logically equal, false otherwise.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also

    Reference

    Plane3D Structure
    Plane3D Members
    Base Implementation in Equals