Binary.Equals Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two binary objects are equal.
Equals(Binary) |
Determines whether two binary objects are equal. |
Equals(Object) |
Determines whether the specified Object is equal to the current Object. |
Determines whether two binary objects are equal.
public:
virtual bool Equals(System::Data::Linq::Binary ^ other);
public bool Equals(System.Data.Linq.Binary other);
override this.Equals : System.Data.Linq.Binary -> bool
Public Function Equals (other As Binary) As Boolean
Parameters
Returns
true
if the two binary objects are equal; otherwise, false
.
Implements
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
public:
override bool Equals(System::Object ^ obj);
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
Returns
true
if the two binary objects are equal; otherwise, false
.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: