Skip to main content
A newer version of this page is available. .

RecentFileViewModel.Equals(RecentFileViewModel) Method

Determines whether the specified recent file view model is equal to the current RecentFileViewModel instance.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public bool Equals(
    RecentFileViewModel obj
)

Parameters

Name Type Description
obj RecentFileViewModel

A RecentFileViewModel object that represents the recent file view model.

Returns

Type Description
Boolean

true, if the specified recent file view model is equal to the current RecentFileViewModel instance; otherwise, false.

See Also