VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / StructuredAppendBarcodeInfo Class / StructureEqualsTo(IBarcodeInfo) Method
Syntax Requirements SeeAlso
In This Topic
StructureEqualsTo(IBarcodeInfo) Method (StructuredAppendBarcodeInfo)
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
)

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