DicomObjects.NET10 Documentation
DicomObjects Namespace / Plane3D Structure / Inequality Operator
First plane.
Second plane.



In This Topic
    Inequality Operator
    In This Topic
    Compares 2 Planes for inequality.
    Syntax
    'Declaration
     
    
    Public Operator <>( _
       ByVal left As Plane3D, _
       ByVal right As Plane3D _
    ) As Boolean
    'Usage
     
    
    public bool operator !=( 
       Plane3D left,
       Plane3D right
    )
    public:
    bool operator !=( 
       Plane3D left,
       Plane3D right
    )

    Parameters

    left
    First plane.
    right
    Second plane.

    Return Value

    true if not equal, false if equal.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also