TextRange.Equals 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.
Overloads
Equals(Object) |
Determines whether two snapshot ranges are the same. |
Equals(String, Boolean) |
Determines whether the text of this range is equivalent to a string. |
Equals(Object)
Equals(String, Boolean)
Determines whether the text of this range is equivalent to a string.
public bool Equals (string value, bool ignoreCase = false);
override this.Equals : string * bool -> bool
Public Function Equals (value As String, Optional ignoreCase As Boolean = false) As Boolean
Parameters
- value
- String
- ignoreCase
- Boolean