DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / Plane3D Structure / Equality Operator
First plane.
Second plane.






In This Topic
    Equality Operator
    In This Topic
    Compares 2 Planes for equality.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal left As Plane3D, _
       ByVal right As Plane3D _
    ) As System.Boolean
    'Usage
     
    
    public System.bool operator ==( 
       Plane3D left,
       Plane3D right
    )
    This operator type is not supported by Delphi
    This operator type is not supported by JScript
    public: System.bool op_Equality( 
       Plane3D left,
       Plane3D right
    )
    public:
    System.bool operator ==( 
       Plane3D left,
       Plane3D right
    )

    Parameters

    left
    First plane.
    right
    Second plane.

    Return Value

    true if equal, false if not equal.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also