Binary::Equals Method (Object^)

 

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

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The Object to compare with the current Object.

Return Value

Type: System::Boolean

true if the two binary objects are equal; otherwise, false.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: