QueryEntity Equals Method (QueryEntity, QueryEntity)

This method will return whether the two passed in objects are equal.

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

Syntax

public bool Equals(
	QueryEntity x,
	QueryEntity y
)

Parameters

x

Type: Scribe.Core.ConnectorApi.Query QueryEntity

This parameter references the first object used in the comparison.

y

Type: Scribe.Core.ConnectorApi.Query QueryEntity
This parameter references the second object used in the comparison.

Return Value

Type: Boolean
This returns whether the two passed in objects are equal.

Implements

IEqualityComparer T Equals(T, T)

See

QueryEntity Class

Equals Overload

Scribe.Core.ConnectorApi.Query Namespace