FileTypeEquals Method (Object)
Determines whether the current FileType is the same as specified object.

Namespace: GroupDocs.Viewer
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current FileType object.

Return Value

Type: Boolean
true
if
obj
parameter is FileType and is the same as current FileType object; otherwise,
false
See Also