Ontolica for SharePoint Public API

OntolicaSource.GetHashCode Method 

Returns the hash code for this source.

[Visual Basic]
NotOverridable Public Function GetHashCode() As Integer
[C#]
public int GetHashCode();

Return Value

A 32-bit signed integer hash code.

Remarks

The hash code is simply computed from the value of the DisplayName property.

See Also

OntolicaSource Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace