Version

Equals Method (FormattedString)

Determines whether the specified System.Object is equal to this FormattedString.
Syntax
public override bool Equals( 
   object obj
)

Parameters

obj
The value to test for equality to this FormattedString.

Return Value

True if the obj is a FormattedString instance and it contains the same unformatted string and formatting as this FormattedString; False otherwise.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also