datetime_equal Function

public function datetime_equal(datetime1, datetime2)

Checks whether two datetimes are equal.

Arguments

Type IntentOptional AttributesName
type(datetime), intent(in) :: datetime1
type(datetime), intent(in) :: datetime2

Return Value logical


Called by

proc~~datetime_equal~~CalledByGraph proc~datetime_equal datetime_equal program~speedy speedy program~speedy->proc~datetime_equal

Contents

None