PointFEquals Method (Object) | 
 
            Returns a value indicating that the specified obj is equal to this point
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool Parameters
- obj
 - Type: SystemObject
Object to compare 
Return Value
Type: 
BooleanTrue if the specified 
obj is a Point and is equal to this instance, false otherwise
See Also