XrmTimeSpan.Equals Method (XrmTimeSpan)

 

Applies To: Dynamics CRM 2015

Returns a value indicating whether this instance is equal to a specified XrmTimeSpan object.

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

Syntax

public bool Equals(
    XrmTimeSpan value
)
public:
bool Equals(
    XrmTimeSpan value
)
member Equals : 
        value:XrmTimeSpan -> bool
Public Function Equals (
    value As XrmTimeSpan
) As Boolean

Parameters

Return Value

Type: System.Boolean

Type: Boolean
 true if the value represents the same time interval as the current XrmTimeSpan structure; otherwise, false.

See Also

Equals Overload
XrmTimeSpan Structure
Microsoft.Xrm.Sdk.Workflow Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright