DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also