'Declaration Public Overridable Function StructureEqualsTo( _
ByVal infoThe 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.