MySqlDateTime.Equals method
Returns true if this MySqlDateTime is equal to obj.
public override bool Equals(object? obj)
| parameter | description |
|---|---|
| obj | The object to compare against for equality. |
Return Value
true if the objects are equal, otherwise false.
See Also
- struct MySqlDateTime
- namespace MySqlConnector
- assembly MySqlConnector