SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Zone Structure / Equality Operator
The Zone structure that is to the left of the equality operator.
The Zone structure that is to the right of the equality operator.




In This Topic
    Equality Operator (Zone)
    In This Topic
    Tests whether two Zone structures have equal location and size. The Zone structure that is to the left of the equality operator. The Zone structure that is to the right of the equality operator.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal left As Zone, _
       ByVal right As Zone _
    ) As Boolean
    'Usage
     
    
    public bool operator ==( 
       Zone left,
       Zone right
    )
    public: bool op_Equality( 
       Zone left,
       Zone right
    )
    public:
    bool operator ==( 
       Zone left,
       Zone right
    )

    Parameters

    left
    The Zone structure that is to the left of the equality operator.
    right
    The Zone structure that is to the right of the equality operator.

    Return Value

    This operator returns true if the two Zone structures have equal X, Y, Width, and Height properties.
    See Also