FileTypeEquals Method (Object) |
Determines whether the current
FileType is the same as specified object.
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
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
The object to compare with the current FileType object.
Return Value
Type:
Boolean if
parameter is
FileType and is the same as current
FileType object; otherwise,
See Also