ReportColor.Equality(ReportColor, ReportColor) 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
测试两个 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 对象。
返回
如果两个 ReportColor 对象相等,则为 True;否则为 false。
注解
此运算符的等效方法是 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportColor.Equals%28Microsoft.ReportingServices.RdlObjectModel.ReportColor%2CMicrosoft.ReportingServices.RdlObjectModel.ReportColor%29?displayProperty=fullName>