Table of Contents

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

other LineSegmentPolar

The 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

obj object

The 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.