CellProperty.Equality Operator (CellProperty, CellProperty)

 

equivalentCodeEntity

M:Microsoft.AnalysisServices.AdomdClient.CellProperty.Equals(Microsoft.AnalysisServices.AdomdClient.CellProperty,Microsoft.AnalysisServices.AdomdClient.CellProperty)

Determines whether two specified instances of CellProperty are equal.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public static bool operator ==(
    CellProperty o1,
    CellProperty o2
)
public:
static bool operator ==(
    CellProperty^ o1,
    CellProperty^ o2
)
static let inline (=)
        o1:CellProperty *
        o2:CellProperty : bool
Public Shared Operator = (
    o1 As CellProperty,
    o2 As CellProperty
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if o1 and o2 represent the same CellProperty, false otherwise.

See Also

CellProperty Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top