Open this page in the API Guide

RelationshipKey.Inequality Operator

Compares two RelationshipKey structures for inequality.

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

Parameters

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

Return Value

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