Relationship Equals Method (Relationship, Relationship)

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

Parameters

x

Type: Scribe.Core.ConnectorApi.Query Relationship

This parameter references the first object used in the comparison.

y

Type: Scribe.Core.ConnectorApi.Query Relationship
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

Relationship Class

Equals Overload

Scribe.Core.ConnectorApi.Query Namespace