operator ==(LocationInfo, LocationInfo)
Determines whether two instances of LocationInfo represent the same element of code.
Declaration
public static bool operator ==(LocationInfo left, LocationInfo right)Parameters
| Type | Name | Description |
|---|---|---|
| LocationInfo | left | A LocationInfo. |
| LocationInfo | right | A LocationInfo. |
Returns
| Type | Description |
|---|---|
| bool |
|