RelationshipKeyInequality Operator |
Namespace: Dundas.BI.Data.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 : boolParameters
- 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