| LineSegmentPolarEquals Method (LineSegmentPolar) | 
        
         
            Specifies whether this object contains the same members as the specified Object.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic bool Equals(
	LineSegmentPolar obj
)
Public Function Equals ( 
	obj As LineSegmentPolar
) As Boolean
public:
virtual bool Equals(
	LineSegmentPolar obj
) sealed
abstract Equals : 
        obj : LineSegmentPolar -> bool 
override Equals : 
        obj : LineSegmentPolar -> bool Parameters
- obj
- Type: OpenCvSharpLineSegmentPolar
 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
See Also