Table of Contents

Method Equals

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Equals(Vec2d)

Indicates whether the current object is equal to another object of the same type.

public readonly bool Equals(Vec2d other)

Parameters

other Vec2d

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

public override readonly bool Equals(object? obj)

Parameters

obj object

Returns

bool