SystemIdentifierEquality Operator |
Compares two SystemIdentifier objects to see if they identify a the same component.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic static bool operator ==(
SystemIdentifier a,
SystemIdentifier b
)
Public Shared Operator = (
a As SystemIdentifier,
b As SystemIdentifier
) As Boolean
public:
static bool operator ==(
SystemIdentifier^ a,
SystemIdentifier^ b
)
Parameters
- a
- Type: com.softwarekey.Client.LicensingSystemIdentifier
The first SystemIdentifier object to compare. - b
- Type: com.softwarekey.Client.LicensingSystemIdentifier
The second SystemIdentifier object to compare.
Return Value
Type:
BooleanReturns true if the objects identify the same component. This is determined by the
Type and
ValueHash properties.
See Also