Equals(RepositoryCommit other) Method

Returns true if this commit is equivalent to other.

Syntax

public abstract bool Equals(RepositoryCommit other)

Parameters

other
Type: RepositoryCommit

The other commit.

Returns

True if the commits are the same; otherwise false.