PdfDocumentHelper.IsSourcesEqual(Object, Object) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
source1 | Object | The first source to compare. |
source2 | Object | The second source to compare. |
#Returns
Type | Description |
---|---|
Boolean | true, if both sources contain the same document; otherwise, false. |
See Also