Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PermissionSet::GetHashCode Method ()

 

Gets a hash code for the PermissionSet object that is suitable for use in hashing algorithms and data structures such as a hash table.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
virtual int GetHashCode() override

Return Value

Type: System::Int32

A hash code for the current PermissionSet object.

The hash code for two instances of the same permission set might be different, so a hash code should not be used to compare two PermissionSet objects.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft