Int16Size::Inequality Operator (Int16Size, Int16Size)

Visual Studio 2015
 

Determines whether two Int16Size objects are not equal.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
static bool operator !=(
	Int16Size size1,
	Int16Size size2
)

Parameters

size1
Type: Microsoft.VisualStudio.Utilities::Int16Size

The first Int16Size.

size2
Type: Microsoft.VisualStudio.Utilities::Int16Size

The second Int16Size.

Return Value

Type: System::Boolean

True if both Int16Size objects are not equal, otherwise false.

Return to top
Show: