XrmTimeSpan.Inequality Operator (XrmTimeSpan, XrmTimeSpan)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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 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

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright