LambdaEqualityHelper<T>.

Equals(T, T) Method

Namespace
GitVersion.Helpers
Containing Type
LambdaEqualityHelper<T>

Syntax

public bool Equals(T instance, T other)

Parameters

Name Type Description
instance T
other T

Return Value

Type Description
bool
GitHub