|
PointEquals Method
|
Check if this instance of
Point equal to the specified one.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Request Example
View SourceParameters
- obj
- Type: SystemObject
Another point to check equalty to.
Return Value
Type:
BooleanReturn
if objects are equal.
See Also