Query Equals Method (Object)

This method will return whether this object and the passed in object are equal.

Namespace:  Scribe.Core.ConnectorApi.Query
Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public override bool Equals(
	Object obj
)

Parameters

obj

Type: System Object
This parameter references the passed in object used to compare.

Return Value

Type: Boolean
This returns whether this object and the passed in object are equal.

See

Query Class

Equals Overload

Scribe.Core.ConnectorApi.Query Namespace