NShape Reference
!= Operator

<< Click to Display Table of Contents >>

NShape Reference
!= Operator

Previous pageReturn to chapter overviewNext page

Tests inequality of two RelativePosition values.

Syntax

public static bool operator !=(RelativePosition x, RelativePosition y);

Description

Tests inequality of the given values by comparing their internal integer value.

Parameters

Name

Description

x

The first RelativePosition value to be compared.

y

The second RelativePosition value to be compared.

Return Value

True if the given values are not equal.