PackUriHelper.ComparePartUri Method
Returns a value that indicates whether two package part URIs are equivalent.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- firstPartUri
- Type: System.Uri
The URI of the first PackagePart.
- secondPartUri
- Type: System.Uri
The URI of the second PackagePart.
Return Value
Type: System.Int32A value that indicates the relationship between firstPartUri and secondPartUri.
Value | Meaning |
|---|---|
Less than 0 | firstPartUri is less than secondPartUri. |
0 | firstPartUri is equivalent to secondPartUri. |
Greater than 0 | firstPartUri is greater than secondPartUri. |
| Exception | Condition |
|---|---|
| ArgumentException | firstPartUri or secondPartUri is not a valid part URI syntax. |
If both firstPartUri and secondPartUri are null, ComparePartUri returns 0. When comparing PackagePart URIs, a null URI is always less than a non-null URI. For cases where firstPartUri and secondPartUri are both relative PackagePart URIs, ComparePartUri performs the comparison.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
