Method Equals
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Equals(Vec3d)
Indicates whether the current object is equal to another object of the same type.
public readonly bool Equals(Vec3d other)
Parameters
otherVec3dAn object to compare with this object.
Returns
Equals(object?)
Indicates whether this instance and a specified object are equal.
public override readonly bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current instance.