FileTypeEquals Method (FileType) |
Determines whether the current
FileType is the same as specified
FileType object.
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntaxpublic bool Equals(
FileType other
)
Public Function Equals (
other As FileType
) As Boolean
public:
virtual bool Equals(
FileType^ other
) sealed
abstract Equals :
other : FileType -> bool
override Equals :
other : FileType -> bool
Parameters
- other
- Type: GroupDocs.ViewerFileType
The object to compare with the current FileType object.
Return Value
Type:
Boolean if both
FileType objects are the same; otherwise,
Implements
IEquatableTEquals(T)
See Also