Operator operator ==
operator ==(OptionalPathParam<T>, OptionalPathParam<T>)
Determines whether two OptionalPathParam<T> instances are equal.
Declaration
public static bool operator ==(OptionalPathParam<T> left, OptionalPathParam<T> right)
Parameters
| Type | Name | Description |
|---|---|---|
| OptionalPathParam<T> | left | |
| OptionalPathParam<T> | right |
Returns
| Type | Description |
|---|---|
| bool |