dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlBinaryString Structure / Equals Method
A MySqlBinaryString instance to compare with.

In This Topic
Equals Method (MySqlBinaryString)
In This Topic
Returns a value indicating whether two MySqlBinaryString instances have same value.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
 

Parameters

obj
A MySqlBinaryString instance to compare with.

Return Value

true, if current MySqlBinaryString equals to the object argument; otherwise, false.
See Also