Control..::..Equals Method

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool Equals(
	Object obj
)
Public Function Equals ( _
	obj As Object _
) As Boolean
public:
bool^ Equals(
	Object^ obj
)

Parameters

obj
Type: Object