ExtensionIndetifierEqualityChecks Enumeration
System Center
Updated: April 25, 2012
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Specifies the set of flags that control how equality checks work.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
| Member name | Description |
|---|---|
| Domain | Checks for domain name equality (ignores version). |
| Full | Performs full versification with everything turned on. |
| Path | Checks for path equality. |
| Schema | Specifies the schema for this identifier. |
| Type | Checks for type equality. |
| TypeLess | Compares everything except the type. |
| TypeLessVersionLess | Compares standard identity. |
| Version | Checks for domain version equality (ignores domain name). |
| VersionLess | Checks without versions. |
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Windows Server 2008,Windows Server 2003
Show: