Share via


CustomizableString.Equality operator

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    x As CustomizableString, _
    y As CustomizableString _
) As Boolean
'Usage
Dim x As CustomizableString
Dim y As CustomizableString
Dim returnValue As Boolean

returnValue = (x = y)
public static bool operator ==(
    CustomizableString x,
    CustomizableString y
)

Parameters

Return value

Type: System.Boolean

See also

Reference

CustomizableString class

CustomizableString members

Microsoft.SharePoint.Publishing namespace