Int16Size.Equality(Int16Size, Int16Size) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İ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
Her iki Int16Size nesnesinin de değeri eşittir, aksi takdirde false.