Table of Contents

Method Equals

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

Equals(object)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj)

Parameters

obj object

Another object to compare to.

Returns

bool

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

Equals(StringItemInfo)

Indicates whether this instance and a specified object are equal.

public bool Equals(StringItemInfo itemInfo)

Parameters

itemInfo StringItemInfo

Another StringItemInfo to compare to.

Returns

bool

True if itemInfo and this instance are the same type and represent the same value; otherwise, false.