LogicalExpression Equals Method (LogicalExpression, LogicalExpression)

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

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

Syntax

public bool Equals(
	LogicalExpression x,
	LogicalExpression y
)

Parameters

x

Type: Scribe.Core.ConnectorApi LogicalExpression

This parameter references the first object used in the comparison.

y

Type: Scribe.Core.ConnectorApi LogicalExpression

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

LogicalExpression Class

Equals Overload

Scribe.Core.ConnectorApi Namespace