SourcePosition.Equality Operator
Definition
Determines whether two specified SourceFiles have the same value.
public static bool operator Equality(SourcePosition? left, SourcePosition? right);
Parameters
| Name | Type | Description |
|---|---|---|
left |
SourcePosition |
The first SourceFile to compare, or null. |
right |
SourcePosition |
The second SourceFile to compare, or null. |
Returns
true if the value of left is the same as the value of right; otherwise, false.