BrushStyleSetInfo.GetHashCode Method

Serves as a hash function for a BrushStyleSetInfo, suitable for use in hashing algorithms and data structures like a hash table.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int  
override GetHashCode : unit -> int
public override function GetHashCode() : int

Return Value

Type: Int32

Remarks

Serves as a hash function for a BrushStyleSetInfo. Suitable for use in hashing algorithms and data structures such as a hash table.

.NET Framework Security

See Also

Reference

BrushStyleSetInfo Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace