CharacterRange.Equals

CharacterRange.Equals method

Gets a value indicating whether this object is equivalent to the specified object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe object to compare to for equality..

Return Value

true to indicate the specified object is an instance with the same First and Length value as this instance; otherwise, false.

See Also