LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlDateTime.Equals method

Returns true if this MySqlDateTime is equal to obj.

public override bool Equals(object? obj)
parameterdescription
objThe object to compare against for equality.

Return Value

true if the objects are equal, otherwise false.

See Also