Condividi tramite


AbsolutePath.Inequality(AbsolutePath, AbsolutePath) Operator

Definition

Determines whether two AbsolutePath instances are not equal.

public:
 static bool operator !=(Microsoft::Build::Framework::AbsolutePath left, Microsoft::Build::Framework::AbsolutePath right);
public static bool operator !=(Microsoft.Build.Framework.AbsolutePath left, Microsoft.Build.Framework.AbsolutePath right);
static member op_Inequality : Microsoft.Build.Framework.AbsolutePath * Microsoft.Build.Framework.AbsolutePath -> bool
Public Shared Operator != (left As AbsolutePath, right As AbsolutePath) As Boolean

Parameters

left
AbsolutePath

The first path to compare.

right
AbsolutePath

The second path to compare.

Returns

true if the paths are not equal; otherwise, false.

Applies to