Click or drag to resize

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
Syntax
C#
public override bool Equals(
	Object obj
)

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