Click or drag to resize
SystemIdentifierEquals Method
Compares two SystemIdentifier objects to see if they identify a the same component.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The SystemIdentifier object to compare.

Return Value

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