'Declaration Public Operator =( _ ByVal x As MySqlBinaryString, _ ByVal y As MySqlBinaryString _ ) As Boolean
public bool operator ==( MySqlBinaryString x, MySqlBinaryString y )
Parameters
- x
- A MySqlBinaryString instance to compare with another one.
- y
- A MySqlBinaryString instance to compare with another one.
Return Value
true, if the two MySqlBinaryString instances have same value; otherwise, false.