SpreadsheetFormatsEquals Method (Object) |
Determines whether this instance is equal to the other specified object, that is presumably of boxed SpreadsheetFormats
Namespace: GroupDocs.Editor.FormatsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
Other boxed SpreadsheetFormats instance
Return Value
Type:
BooleanTrue if are equal, false if are unequal
See Also