Skip to content

SourcePosition.Inequality Operator

Definition

Determines whether two specified SourceFiles have different values.

public static bool operator Inequality(SourcePosition? left, SourcePosition? right);

View source

Parameters

Name Type Description
left SourcePosition The first SourceFile to compare, or null.
right SourcePosition The second SourceFile to compare, or null.

Returns

Boolean

true if the value of left is different to the value of right; otherwise, false.