VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / BarcodeInfoBase Class / StructureEqualsTo(IBarcodeInfo) Method
Syntax Requirements SeeAlso
In This Topic
    StructureEqualsTo(IBarcodeInfo) Method (BarcodeInfoBase)
    In This Topic
    Determines whether the barcode structure, which is specified by IBarcodeInfo, is equal to the barcode structure of this instance.
    Syntax
    'Declaration
    
    Public Overridable Function StructureEqualsTo( _
    ByVal info
    The IBarcodeInfo to compare with this instance.
    As Vintasoft.Barcode.IBarcodeInfo _
    ) As Boolean
    public virtual bool StructureEqualsTo(
    Vintasoft.Barcode.IBarcodeInfo info
    )
    public: virtual bool StructureEqualsTo(
    Vintasoft.Barcode.IBarcodeInfo* info
    )
    public:
    virtual bool StructureEqualsTo(
    Vintasoft.Barcode.IBarcodeInfo^ info
    )

    Parameters

    info
    The IBarcodeInfo to compare with this instance.

    Return Value

    true if barcode structure, which is specified by IBarcodeInfo, is equal to the barcode structure of this instance; otherwise, false.
    Requirements

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

    See Also