RelationshipKeyInequality Operator |
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
)
Public Shared Operator <> (
key1 As RelationshipKey,
key2 As RelationshipKey
) As Boolean
public:
static bool operator !=(
RelationshipKey key1,
RelationshipKey key2
)
static let inline (<>)
key1 : RelationshipKey *
key2 : RelationshipKey : bool
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 not equal; otherwise
.
See Also