ManagementBaseObject.CompareTo Method
.NET Framework 2.0
Compares this object to another, based on specified options.
Namespace: System.Management
Assembly: System.Management (in system.management.dll)
Assembly: System.Management (in system.management.dll)
'Declaration Public Function CompareTo ( _ otherObject As ManagementBaseObject, _ settings As ComparisonSettings _ ) As Boolean 'Usage Dim instance As ManagementBaseObject Dim otherObject As ManagementBaseObject Dim settings As ComparisonSettings Dim returnValue As Boolean returnValue = instance.CompareTo(otherObject, settings)
public boolean CompareTo ( ManagementBaseObject otherObject, ComparisonSettings settings )
public function CompareTo ( otherObject : ManagementBaseObject, settings : ComparisonSettings ) : boolean
Parameters
- otherObject
The object to which to compare this object.
- settings
Options on how to compare the objects.
Return Value
true if the objects compared are equal according to the given options; otherwise, false..NET Framework Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: