operator(==) Interface

public interface operator(==)

Contents


Module Procedures

public function git_target_eq(this, that) result(is_equal)

Check that two git targets are equal

Arguments

Type IntentOptional Attributes Name
type(git_target_t), intent(in) :: this

Two input git targets

type(git_target_t), intent(in) :: that

Two input git targets

Return Value logical