Click or drag to resize
SystemIdentifier.Inequality Operator
Compares two SystemIdentifier objects to see if they identify a different component.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public static bool operator !=(
	SystemIdentifier a,
	SystemIdentifier b
)

Parameters

a
Type: com.softwarekey.Client.Licensing.SystemIdentifier
The first SystemIdentifier object to compare.
b
Type: com.softwarekey.Client.Licensing.SystemIdentifier
The second SystemIdentifier object to compare.

Return Value

Type: Boolean
Returns true if the objects do not identify the same component. This is determined by the Type and ValueHash properties.
See Also