10.24.0

BasePropertiesEquals Method

Determines whether the specified Object is equal to the current Object.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with the current Object.

Return Value

Boolean
true, if the specified Object is equal to the current Object; otherwise, false.

See Also