EntityInfoInequality Operator |
Implements the operator !=.
Namespace: Dundas.BI.EntitiesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static bool operator !=(
EntityInfo left,
EntityInfo right
)
Public Shared Operator <> (
left As EntityInfo,
right As EntityInfo
) As Boolean
public:
static bool operator !=(
EntityInfo left,
EntityInfo right
)
static let inline (<>)
left : EntityInfo *
right : EntityInfo : boolParameters
- left EntityInfo
- The left hand side.
- right EntityInfo
- The right hand side.
Return Value
BooleanThe result of the operator.
See Also