GdPicture.NET.14
GdPicture14.Imaging Namespace / GdPictureRectangleF Class / Equals Method / Equals(Object) Method
The object to compare with the current object.





In This Topic
Equals(Object) Method
In This Topic
Determines whether the specified object is equal to the current object.
Syntax
'Declaration
 
Public Overloads Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
public override bool Equals( 
   object obj
)
public function Equals( 
    obj: TObject
): Boolean; override; 
public override function Equals( 
   obj : Object
) : boolean;
public: bool Equals( 
   Object* obj
) override 
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
The object to compare with the current object.

Return Value

true if the specified object is equal to the current object; otherwise, false.
See Also

Reference

GdPictureRectangleF Class
GdPictureRectangleF Members
Overload List
Base Implementation in Equals(Object)