StringFormatName.Equality Operator (StringFormatName, StringFormatName)

 

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

Indicates whether two StringFormatName instances are the same.

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

Syntax

public static bool operator ==(
    StringFormatName stringFormatA,
    StringFormatName stringFormatB
)
Public Shared Operator = (
    stringFormatA As StringFormatName,
    stringFormatB As StringFormatName
) As Boolean

Parameters

Return Value

Type: System.Boolean

Type: Boolean
true if the values of stringFormatA and stringFormatB are the same; otherwise, false.

See Also

StringFormatName Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright