Int16Size::Equals Method (Object^)

Visual Studio 2015
 

Determines whether this Int16Size equals the specified Int16Size.

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

public:
virtual bool Equals(
	Object^ other
) override

Parameters

other
Type: System::Object^

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: