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