XrmTimeSpan.Inequality Operator (XrmTimeSpan, XrmTimeSpan)

 

Applies To: Dynamics CRM 2015

Indicates whether two XrmTimeSpan instances are not equal.

Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

public static bool operator !=(
    XrmTimeSpan span1,
    XrmTimeSpan span2
)
public:
static bool operator !=(
    XrmTimeSpan span1,
    XrmTimeSpan span2
)
static let inline (<>)
        span1:XrmTimeSpan *
        span2:XrmTimeSpan : bool
Public Shared Operator <> (
    span1 As XrmTimeSpan,
    span2 As XrmTimeSpan
) As Boolean

Parameters

Return Value

Type: System.Boolean

Type: Boolean
true if the values of span1 and span2 are not equal; otherwise, false.

Remarks

Returns a Boolean type. true of the values of span1 and span2 are not equal; otherwise false.

See Also

XrmTimeSpan Structure
Microsoft.Xrm.Sdk.Workflow Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright