Skip to main content

RecentFileViewModel.Equals(Object) Method

Determines whether the specified object 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 override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

An object to compare with the current object.

Returns

Type Description
Boolean

true, if the specified object is equal to the current instance; otherwise, false.

See Also