Determines whether the specified [System.Object] is equal to this instance.
Namespace:
Squid
Assembly:
Squid.Core (in Squid.Core.dll)
public bool Equals(
Object obj
)
Public Function Equals ( _
obj As Object _
) As Boolean
public:
bool^ Equals(
Object^ obj
)
Parameters
- obj
- Type: Object
Another object to compare to.
Return Value
true if the specified
[System.Object] is equal to this instance; otherwise,
false.