FileTypeEquality Operator |
Determines whether two
FileType objects are the same.
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntaxpublic static bool operator ==(
FileType left,
FileType right
)
Public Shared Operator = (
left As FileType,
right As FileType
) As Boolean
public:
static bool operator ==(
FileType^ left,
FileType^ right
)
static let inline (=)
left : FileType *
right : FileType : bool
Parameters
- left
- Type: GroupDocs.ViewerFileType
Left FileType object. - right
- Type: GroupDocs.ViewerFileType
Right FileType object.
Return Value
Type:
Boolean if both
FileType objects are the same; otherwise,
See Also