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