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

Namespace: GroupDocs.Viewer
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public bool Equals(
	FileType other
)

Parameters

other
Type: GroupDocs.ViewerFileType
The object to compare with the current FileType object.

Return Value

Type: Boolean
true
if both FileType objects are the same; otherwise,
false

Implements

IEquatableTEquals(T)
See Also