Int16Size::Equality Operator (Int16Size, Int16Size)

Visual Studio 2015
 

Determines whether the first Int16Size equals the second Int16Size.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
static bool operator ==(
	Int16Size size1,
	Int16Size size2
)

Parameters

size1
Type: Microsoft.VisualStudio.Utilities::Int16Size

First Int16Size.

size2
Type: Microsoft.VisualStudio.Utilities::Int16Size

The second Int16Size.

Return Value

Type: System::Boolean

True of both Int16Size objects are equal, otherwise false.

Return to top
Show: