Method Equals
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Equals(LineSegmentPolar)
Specifies whether this object contains the same members as the specified Object.
public bool Equals(LineSegmentPolar other)
Parameters
otherLineSegmentPolarThe Object to test.
Returns
- bool
This method returns true if obj is the same type as this object and has the same members as this object.
Equals(object?)
Specifies whether this object contains the same members as the specified Object.
public override bool Equals(object? obj)
Parameters
objobjectThe Object to test.
Returns
- bool
This method returns true if obj is the same type as this object and has the same members as this object.