SpreadsheetFormatsEquals Method (SpreadsheetFormats) |
Determines whether this instance is equal to the other specified SpreadsheetFormats instance
Namespace: GroupDocs.Editor.FormatsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic bool Equals(
SpreadsheetFormats other
)
Public Function Equals (
other As SpreadsheetFormats
) As Boolean
public:
virtual bool Equals(
SpreadsheetFormats other
) sealed
abstract Equals :
other : SpreadsheetFormats -> bool
override Equals :
other : SpreadsheetFormats -> bool
Parameters
- other
- Type: GroupDocs.Editor.FormatsSpreadsheetFormats
Other SpreadsheetFormats instance, that should be checked on equality with this
Return Value
Type:
BooleanTrue if are equal, false if are unequal
See Also