Expression Equals Method (Object)

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

Namespace:  Scribe.Core.ConnectorApi
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

Expression Class

Equals Overload

Scribe.Core.ConnectorApi Namespace