%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
Compare Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace > CompareObjects Class : Compare Method


object1
object2

Glossary Item Box

Obsolete Use CompareLogic.Compare instead

Syntax

Visual Basic (Declaration) 
<System.ObsoleteAttribute(Message="Use CompareLogic.Compare instead", IsError=True)>
Public Function Compare( _
   ByVal object1 As System.Object, _
   ByVal object2 As System.Object _
) As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As CompareObjects
Dim object1 As System.Object
Dim object2 As System.Object
Dim value As System.Boolean
 
value = instance.Compare(object1, object2)
C# 
[System.Obsolete(Message="Use CompareLogic.Compare instead", IsError=true)]
public System.bool Compare( 
   System.object object1,
   System.object object2
)
Managed Extensions for C++ 
[System.Obsolete(Message="Use CompareLogic.Compare instead", IsError=true)]
public: System.bool Compare( 
   System.Object* object1,
   System.Object* object2
) 

Parameters

object1
object2

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

© Kellerman Software 2018 All Rights Reserved.