RelationshipKeyInequality 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 (26.2.0.1000)
Syntax
public static bool operator !=(
	RelationshipKey key1,
	RelationshipKey key2
)

Parameters

key1  RelationshipKey
The first data type.
key2  RelationshipKey
The second data type.

Return Value

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