ManagementBaseObject.CompareTo Method
.NET Framework 3.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
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: