ZennoLab Assemblies Documentation
Equals(Object) Method
Type: System.Object
The object to compare with the current object.
Determines whether the specified object is equal to the current Instance object.
Syntax
public override bool Equals( 
   object obj
)

Parameters

obj
Type: System.Object
The object to compare with the current object.

Return Value

Type: System.Boolean
The true if the specified object is equal to the current Instance object; otherwise, false.
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

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

Send Feedback