Click or drag to resize

CircleSegmentEquals Method (CircleSegment)

Specifies whether this object contains the same members as the specified Object.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public bool Equals(
	CircleSegment obj
)

Parameters

obj
Type: OpenCvSharpCircleSegment
The Object to test.

Return Value

Type: Boolean
This 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