Equals Method (BarcodeSizeOptions)
Compares this
BarcodeSizeOptions to the specified object to determine whether the two are equal.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The object to which the current BarcodeSizeOptions is compared.
Return Value
True if the two objects specify the same options, false otherwise.