Int16Size.Equality(Int16Size, Int16Size) Operatör

Tanım

İlk Int16Size ikinci Int16Size 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 ( = ) : 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 nesnesinin de değeri eşittir, aksi takdirde false.

Şunlara uygulanır