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