Int16Size.Equals Method
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.
Overloads
Equals(Int16Size) |
Determines whether this Int16Size equals another Int16Size. |
Equals(Object) |
Determines whether this Int16Size equals the specified Int16Size. |
Equals(Int16Size)
Determines whether this Int16Size equals another Int16Size.
public:
virtual bool Equals(Microsoft::VisualStudio::Utilities::Int16Size other);
public bool Equals (Microsoft.VisualStudio.Utilities.Int16Size other);
override this.Equals : Microsoft.VisualStudio.Utilities.Int16Size -> bool
Public Function Equals (other As Int16Size) As Boolean
Parameters
- other
- Int16Size
The other Int16Size.
Returns
True if the height and width of both Int16Size objects are the same, otherwise false..
Implements
Applies to
Equals(Object)
Determines whether this Int16Size equals the specified Int16Size.
public:
override bool Equals(System::Object ^ other);
public:
override bool Equals(Platform::Object ^ other);
override bool Equals(winrt::Windows::Foundation::IInspectable const & other);
public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean
Parameters
- other
- Object
The other Int16Size.
Returns
True if the height and width of both Int16Size objects are the same, otherwise false.