Method Equals
Equals(object)
Indicates whether the current ActionSegment is equal to another ActionSegment.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | An ActionSegment to compare with this ActionSegment. |
Returns
| Type | Description |
|---|---|
| bool | true if the current ActionSegment is equal to the other parameter; otherwise, false. |
Overrides
Equals(ActionSegment<T>)
Indicates whether the current ActionSegment is equal to another ActionSegment.
Declaration
public bool Equals(ActionSegment<T> other)
Parameters
| Type | Name | Description |
|---|---|---|
| ActionSegment<T> | other | An ActionSegment to compare with this ActionSegment. |
Returns
| Type | Description |
|---|---|
| bool | true if the current ActionSegment is equal to the other parameter; otherwise, false. |