Skip to main content

PdfDocumentHelper.IsSourcesEqualAsync(Object, Object) Method

Indicates whether both sources contain the same document.

Namespace: DevExpress.UI.Xaml.Controls.Internal.Pdf

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public static Task<bool> IsSourcesEqualAsync(
    object source1,
    object source2
)

#Parameters

Name Type Description
source1 Object

The first source to compare.

source2 Object

The second source to compare.

#Returns

Type Description
Task<Boolean>

true, if both sources contain the same document; otherwise, false.

See Also