CimClass.GetHashCode Method ()
Returns the hash value for the CimClass object.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer
Return Value
Type: System.Int32
A hash code for the current CimClass object
See Also
CimClass Class
Microsoft.Management.Infrastructure Namespace
Return to top