Method Equals
Equals(object)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object obj)
Parameters
objobjectAnother object to compare to.
Returns
- bool
True if
objand 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
itemInfoStringItemInfoAnother StringItemInfo to compare to.
Returns
- bool
True if
itemInfoand this instance are the same type and represent the same value; otherwise, false.