Margin..::..Equals Method

Determines whether the specified [System.Object] is equal to this instance.

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

Syntax


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

Parameters

other
Type: Object
The [System.Object] to compare with this instance.

Return Value

true if the specified [System.Object] is equal to this instance; otherwise, false.