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