VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftRect Structure / Equals(Object) Method
Syntax Requirements SeeAlso
    Equals(Object) Method (VintasoftRect)
    Tests whether obj is a VintasoftRect with the same location and size of this VintasoftRect.
    Syntax
    'Declaration
    
    Public Overrides Function Equals( _
    ByVal obj
    The object to test.
    As Object _
    ) As Boolean
     

    Parameters

    obj
    The object to test.

    Return Value

    True if obj is a VintasoftRect and its X, Y, Width, and Height properties are equal to the corresponding properties of this VintasoftRect; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also