Int16Size.Equality(Int16Size, Int16Size) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the first Int16Size equals the second Int16Size.
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
Parameters
- size1
- Int16Size
First Int16Size.
- size2
- Int16Size
The second Int16Size.
Returns
True of both Int16Size objects are equal, otherwise false.