SpreadsheetFormatsEquals Method (IDocumentFormat) |
Determines whether this instance is equal to the other specified IDocumentFormat instance
Namespace: GroupDocs.Editor.FormatsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic bool Equals(
IDocumentFormat other
)
Public Function Equals (
other As IDocumentFormat
) As Boolean
public:
virtual bool Equals(
IDocumentFormat^ other
) sealed
abstract Equals :
other : IDocumentFormat -> bool
override Equals :
other : IDocumentFormat -> bool
Parameters
- other
- Type: GroupDocs.Editor.FormatsIDocumentFormat
Other IDocumentFormat instance. If it is not a SpreadsheetFormats, method will return 'false'
Return Value
Type:
BooleanTrue if are equal, false if are unequal
See Also