MiningModel.Equality Operator (MiningModel, MiningModel)

 

equivalentCodeEntity

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

Determines whether two instances of MiningModel are equal.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top