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)

'Usage
Dim instance As ExtensionIndetifierEqualityChecks

[FlagsAttribute] 
public enum class ExtensionIndetifierEqualityChecks
/** @attribute FlagsAttribute() */ 
public enum ExtensionIndetifierEqualityChecks
FlagsAttribute 
public enum ExtensionIndetifierEqualityChecks

Member nameDescription
DomainChecks for domain name equality (ignores version).
FullPerforms full versification with everything turned on.
PathChecks for path equality.
SchemaSpecifies the schema for this identifier.
TypeChecks for type equality.
TypeLessCompares everything except the type.
TypeLessVersionLessCompares standard identity.
VersionChecks for domain version equality (ignores domain name).
VersionLessChecks without versions.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: