TextFormattingRunProperties.SameSize(TextFormattingRunProperties) 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.
Determines whether font sizes for two TextFormattingRunProperties are the same.
public:
bool SameSize(Microsoft::VisualStudio::Text::Formatting::TextFormattingRunProperties ^ other);
public bool SameSize (Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties other);
member this.SameSize : Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties -> bool
Public Function SameSize (other As TextFormattingRunProperties) As Boolean
Parameters
The other TextFormattingRunProperties.
Returns
true
if the sizes are the same, false
if they are not.