ReportSize.Equality(ReportSize, ReportSize) Operator
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Uji kesetaraan dua ukuran.
public:
static bool operator ==(Microsoft::ReportingServices::RdlObjectModel::ReportSize left, Microsoft::ReportingServices::RdlObjectModel::ReportSize right);
public static bool operator == (Microsoft.ReportingServices.RdlObjectModel.ReportSize left, Microsoft.ReportingServices.RdlObjectModel.ReportSize right);
static member ( = ) : Microsoft.ReportingServices.RdlObjectModel.ReportSize * Microsoft.ReportingServices.RdlObjectModel.ReportSize -> bool
Public Shared Operator == (left As ReportSize, right As ReportSize) As Boolean
Parameter
- left
- ReportSize
Yang pertama ReportSize.
- right
- ReportSize
Yang kedua ReportSize.
Mengembalikan
True jika dua ukuran sama; jika tidak, false.
Keterangan
Metode yang setara untuk operator ini adalah <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Equals%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>