Int16Size.Inequality(Int16Size, Int16Size) Operatör

Tanım

İki Int16Size nesnesinin eşit olup olmadığını belirler.

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

Parametreler

size1
Int16Size

İlk Int16Size.

size2
Int16Size

İkinci Int16Size.

Döndürülenler

Boolean

Her iki Int16Size nesnesi eşit değilse true, aksi durumda false.

Şunlara uygulanır