WmlMobileTextWriter.WmlLayout.Compare(WmlMobileTextWriter+WmlLayout) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares a WmlMobileTextWriter.WmlLayout object to the current WmlMobileTextWriter.WmlLayout object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
virtual bool Compare(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlLayout ^ layout);
public virtual bool Compare (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout layout);
abstract member Compare : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout -> bool
override this.Compare : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout -> bool
Public Overridable Function Compare (layout As WmlMobileTextWriter.WmlLayout) As Boolean
Parameters
The layout object to compare.
Returns
true
if the values for Wrap and Align are the same in both layouts; otherwise, false
.
Remarks
The Compare method is called internally by the WmlMobileTextWriter class.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.