VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / PDF417Info Class / StructureEqualsTo(IBarcodeInfo) Method
Syntax Requirements SeeAlso
In This Topic
    StructureEqualsTo(IBarcodeInfo) Method (PDF417Info)
    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 Overrides Function StructureEqualsTo( _
    ByVal info
    The IBarcodeInfo to compare with this instance.
    As Vintasoft.Barcode.IBarcodeInfo _
    ) As Boolean
    public override bool StructureEqualsTo(
    Vintasoft.Barcode.IBarcodeInfo info
    )
    public: bool StructureEqualsTo(
    Vintasoft.Barcode.IBarcodeInfo* info
    ); override
    public:
    bool StructureEqualsTo(
    Vintasoft.Barcode.IBarcodeInfo^ info
    ); override

    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