BaseProperties.Equals Method

Solclient

BasePropertiesEquals Method
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
public 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 Object to compare with the current Object.

Return Value

Type: Boolean
true, if the specified Object is equal to the current Object; otherwise, false.
See Also