Expression Equals Method (Expression, Expression)

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(
	Expression x,
	Expression y
)

Parameters

x

Type: Scribe.Core.ConnectorApi Expression

This parameter references the first object used in the comparison.

y

Type: Scribe.Core.ConnectorApi Expression

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

Expression Class

Equals Overload

Scribe.Core.ConnectorApi Namespace