Equals
Contents
 [
        
            Hide
        ]
    Equals(Layout)
Determines whether the current Layout is the same as specified Layout object.
public bool Equals(Layout other)
| Parameter | Type | Description | 
|---|---|---|
| other | Layout | The object to compare with the current Layout object. | 
Return Value
true
if both Layout objects are the same; otherwise,
false
See Also
- class Layout
 - namespace GroupDocs.Viewer.Results
 - assembly GroupDocs.Viewer
 
Equals(object)
Determines whether the current Layout is the same as specified object.
public override bool Equals(object obj)
| Parameter | Type | Description | 
|---|---|---|
| obj | Object | The object to compare with the current Layout object. | 
Return Value
true
if
obj
parameter is Layout and is the same as current Layout object; otherwise,
false
See Also
- class Layout
 - namespace GroupDocs.Viewer.Results
 - assembly GroupDocs.Viewer