ManagementBaseObject::CompareTo Method (ManagementBaseObject^, ComparisonSettings)
.NET Framework (current version)
Compares this object to another, based on specified options.
Assembly: System.Management (in System.Management.dll)
Parameters
- otherObject
-
Type:
System.Management::ManagementBaseObject^
The object to which to compare this object.
- settings
-
Type:
System.Management::ComparisonSettings
Options on how to compare the objects.
Return Value
Type: System::Booleantrue if the objects compared are equal according to the given options; otherwise, false.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: