Поделиться через


ReportColor.Equality(ReportColor, ReportColor) Оператор

Определение

Проверяет равенство двух объектов ReportColor.

public:
 static bool operator ==(Microsoft::ReportingServices::RdlObjectModel::ReportColor left, Microsoft::ReportingServices::RdlObjectModel::ReportColor right);
public static bool operator == (Microsoft.ReportingServices.RdlObjectModel.ReportColor left, Microsoft.ReportingServices.RdlObjectModel.ReportColor right);
static member ( = ) : Microsoft.ReportingServices.RdlObjectModel.ReportColor * Microsoft.ReportingServices.RdlObjectModel.ReportColor -> bool
Public Shared Operator == (left As ReportColor, right As ReportColor) As Boolean

Параметры

left
ReportColor

Объект ReportColor.

right
ReportColor

Объект ReportColor.

Возвращаемое значение

Значение True, если два объекта ReportColor равны; в противном случае — значение false.

Комментарии

Эквивалентный метод для этого оператора: <xref:Microsoft.ReportingServices.RdlObjectModel.ReportColor.Equals%28Microsoft.ReportingServices.RdlObjectModel.ReportColor%2CMicrosoft.ReportingServices.RdlObjectModel.ReportColor%29?displayProperty=fullName>

Применяется к