SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Zone Structure / Equals Method
The System.Object to test.




In This Topic
    Equals Method (Zone)
    In This Topic
    Tests whether obj is a Zone structure with the same location and size of this Zone structure.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As Zone
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )
    public: bool Equals( 
       Object* obj
    ) override 
    public:
    bool Equals( 
       Object^ obj
    ) override 

    Parameters

    obj
    The System.Object to test.

    Return Value

    This method returns true if obj is a Zone structure and its X, Y, Width, and Height properties are equal to the corresponding properties of this Zone structure; otherwise, false.
    See Also