  | LineSegmentPointEquals Method (LineSegmentPoint) | 
 
            Specifies whether this object contains the same members as the specified Object.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntaxpublic bool Equals(
	LineSegmentPoint obj
)
Public Function Equals ( 
	obj As LineSegmentPoint
) As Boolean
public:
virtual bool Equals(
	LineSegmentPoint obj
) sealed
abstract Equals : 
        obj : LineSegmentPoint -> bool 
override Equals : 
        obj : LineSegmentPoint -> bool Parameters
- obj
 - Type: OpenCvSharpLineSegmentPoint
The Object to test. 
Return Value
Type: 
BooleanThis method returns true if obj is the same type as this object and has the same members as this object.
Implements
IEquatableTEquals(T)
See Also