RelationshipKeyEquality Operator

Compares two RelationshipKey structures for equality.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static bool operator ==(
	RelationshipKey key1,
	RelationshipKey key2
)

Parameters

key1
Type: Dundas.BI.Data.RelationshipsRelationshipKey
The first data type.
key2
Type: Dundas.BI.Data.RelationshipsRelationshipKey
The second data type.

Return Value

Type: Boolean
if the two structures are equal; otherwise .
See Also