Ontolica for SharePoint Public API

OntolicaSource.Equals Method 

Determines whether two OntolicaSource objects have the same value.

[Visual Basic]
NotOverridable Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public bool Equals(
   object obj
);

Parameters

obj
The other OntolicaSource object to compare this instance with.

Return Value

true if obj is an OntolicaSource and it has the same value of DisplayName property. otherwise, false.

Remarks

None.

See Also

OntolicaSource Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace