Indicates whether this value and a specified value are equal.
'Declaration
Public Overloads Function Equals( _
ByVal As SizeInt _
) As Boolean
'Usage
Dim instance As SizeInt
Dim obj As SizeInt
Dim value As Boolean
value = instance.Equals(obj)
Parameters
- obj
- The value to compare with the current value.
Return Value
true
if and this value represent the same value; otherwise, false
.