Click or drag to resize

ClientInfoEquals Method

Determines if the specified Object is equal to the current ClientInfo object.

Namespace: GSF.ServiceBus
Assembly: GSF.ServiceBus (in GSF.ServiceBus.dll) Version: 2.4.181-beta
Syntax
public override bool Equals(
	Object obj
)
View Source

Parameters

obj  Object
The Object to compare with the current ClientInfo object.

Return Value

Boolean
true if both Objects are equal; otherwise false.
See Also