Int16Size.Inequality(Int16Size, Int16Size) Operator

Definition

Determines whether two Int16Size objects are not equal.

public:
 static bool operator !=(Microsoft::VisualStudio::Utilities::Int16Size size1, Microsoft::VisualStudio::Utilities::Int16Size size2);
public static bool operator != (Microsoft.VisualStudio.Utilities.Int16Size size1, Microsoft.VisualStudio.Utilities.Int16Size size2);
static member op_Inequality : Microsoft.VisualStudio.Utilities.Int16Size * Microsoft.VisualStudio.Utilities.Int16Size -> bool
Public Shared Operator != (size1 As Int16Size, size2 As Int16Size) As Boolean

Parameters

size1
Int16Size

The first Int16Size.

size2
Int16Size

The second Int16Size.

Returns

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

Applies to