[]
Determines if the specified object is equal to this object.
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare this object to. |
| Type | Description |
|---|---|
| bool | True if the specified object is equal to this one. |
Determines if the specified Span is equal to this object.
public bool Equals(Span span)
| Type | Name | Description |
|---|---|---|
| Span | span | The object to compare this object to. |
| Type | Description |
|---|---|
| bool | True if the specified Span is equal to this one. |