CimClass.Equals Method (Object)
Determines whether the specified CimClass instances are considered equal.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public override bool Equals(
object obj
)
public:
virtual bool Equals(
Object^ obj
) override
override Equals :
obj:Object -> bool
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
obj
Type: System.ObjectThe object to compare.
Return Value
Type: System.Boolean
true if the objects are considered equal; otherwise, false.
See Also
CimClass Class
Microsoft.Management.Infrastructure Namespace
Return to top