Size2fEquals Method (Object)
|
Specifies whether this object contains the same members as the specified Object.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The Object to test.
Return Value
Type:
BooleanThis method returns true if obj is the same type as this object and has the same members as this object.
See Also