Int16Size::Equals Method (Int16Size)
Visual Studio 2015
Determines whether this Int16Size equals another Int16Size.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- other
-
Type:
Microsoft.VisualStudio.Utilities::Int16Size
The other Int16Size.
Return Value
Type: System::BooleanTrue if the height and width of both Int16Size objects are the same, otherwise false..
Implements
IEquatable<T>::Equals(T)
Show: