VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / IBarcodeInfo Interface / StructureEqualsTo(IBarcodeInfo) Method
Syntax Requirements SeeAlso
In This Topic
    StructureEqualsTo(IBarcodeInfo) Method (IBarcodeInfo)
    In This Topic
    Returns a value indicating whether the barcode structure, which is specified by IBarcodeInfo, is equal to the barcode structure of this instance.
    Syntax
    'Declaration
    
    Public Function StructureEqualsTo( _
    ByVal info
    The IBarcodeInfo to compare with this instance.
    As IBarcodeInfo _
    ) As Boolean
    public bool StructureEqualsTo(
    IBarcodeInfo info
    )
    public: bool StructureEqualsTo(
    IBarcodeInfo* info
    )
    public:
    bool StructureEqualsTo(
    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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also