BarcodeTypeEquals Method (BarcodeType) |
Determines whether the specified BarcodeType is equal to the current object.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic bool Equals(
BarcodeType other
)
Public Function Equals (
other As BarcodeType
) As Boolean
public:
virtual bool Equals(
BarcodeType^ other
) sealed
abstract Equals :
other : BarcodeType -> bool
override Equals :
other : BarcodeType -> bool
Parameters
- other
- Type: GroupDocs.Signature.DomainBarcodeType
Object for comparison.
Return Value
Type:
BooleanResult of comparison.
Implements
IEquatableTEquals(T)
See Also