Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

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