Equals(object obj) Method

Returns true if this commit is equivalent to obj.

Syntax

public virtual bool Equals(object obj)

Parameters

obj
Type: object

The other commit.

Returns

True if the commits are the same; otherwise false.