SystemIdentifierEquals Method |
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 override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
Parameters
- obj
- Type: SystemObject
The 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