Equals Method (MySqlBinaryString)
Returns a value indicating whether two
MySqlBinaryString instances have same value.
'Declaration
Public Overrides Function Equals( _
ByVal 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.