MiningService.Equality Operator (MiningService, MiningService)

 

Determines whether two instances of MiningService are equal.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

See Also

MiningService Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top