Equals Method
See Also 
SourceCode.Framework.Design Namespace > K2ImageAttribute Class : Equals Method



obj

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SecuritySafeCriticalAttribute()>
<__DynamicallyInvokableAttribute()>
Public Overridable Function Equals( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As K2ImageAttribute
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
C#  
[SecuritySafeCritical()]
[__DynamicallyInvokable()]
public virtual bool Equals( 
   object obj
)
C++/CLI  
[SecuritySafeCritical()]
[__DynamicallyInvokable()]
public:
virtual bool Equals( 
   Object^ obj
) 

Parameters

obj

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also