 | BasePropertiesEquals Method |
version: 10.21.0
Determines whether the specified Object is equal to the current Object.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The Object to compare with the current Object.
Return Value
Type:
Booleantrue, if the specified Object is equal to the current Object; otherwise, false.
See Also