Equals
Leave feedback
On this page
Determines whether the current FileType is the same as specified FileType object.
public bool Equals(FileType other)
| Parameter | Type | Description |
|---|---|---|
| other | FileType | The object to compare with the current FileType object. |
true
if both FileType objects are the same; otherwise,
false
- class FileType
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
Determines whether the current FileType is the same as specified object.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object to compare with the current FileType object. |
true
if
obj
parameter is FileType and is the same as current FileType object; otherwise,
false
- class FileType
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.