Skip to main content

ExpressionChain.Equals Method

Containing Type: ExpressionChain

Assembly: Roslynator.CSharp.dll

Overloads

MethodSummary
Equals(ExpressionChain)Determines whether this instance is equal to another object of the same type. (Implements IEquatable<ExpressionChain>.Equals)
Equals(Object)Determines whether this instance and a specified object are equal. (Overrides ValueType.Equals)

Equals(ExpressionChain)

Determines whether this instance is equal to another object of the same type.

public bool Equals(Roslynator.CSharp.ExpressionChain other)

Parameters

other ExpressionChain

An object to compare with this object.

Returns

Boolean

true if the current object is equal to the other parameter; otherwise, false.

Implements

Equals(Object)

Determines whether this instance and a specified object are equal.

public override bool Equals(object obj)

Parameters

obj Object

The object to compare with the current instance.

Returns

Boolean

true if obj and this instance are the same type and represent the same value; otherwise, false.