Int16Size::Equals Method (Int16Size)

Visual Studio 2015
 

Determines whether this Int16Size equals another Int16Size.

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

public:
virtual bool Equals(
	Int16Size other
) sealed

Parameters

other
Type: Microsoft.VisualStudio.Utilities::Int16Size

The other Int16Size.

Return Value

Type: System::Boolean

True if the height and width of both Int16Size objects are the same, otherwise false..

Return to top
Show: