MinMaxParagraphWidth.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.
Determines whether the specified object is equal to the current CharacterBufferReference object.
Overloads
Equals(Object) |
Determines whether the specified object is equal to the current CharacterBufferReference object. |
Equals(MinMaxParagraphWidth) |
Determines whether the CharacterBufferReference is equal to the current CharacterBufferReference object. |
Equals(Object)
Determines whether the specified object is equal to the current CharacterBufferReference object.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The Object to compare with the current CharacterBufferReference object.
Returns
true
if obj
is equal to the current CharacterBufferReference object; otherwise, false
. If obj
is not a CharacterBufferReference object, false
is returned.
Applies to
Equals(MinMaxParagraphWidth)
Determines whether the CharacterBufferReference is equal to the current CharacterBufferReference object.
public:
virtual bool Equals(System::Windows::Media::TextFormatting::MinMaxParagraphWidth value);
public bool Equals (System.Windows.Media.TextFormatting.MinMaxParagraphWidth value);
override this.Equals : System.Windows.Media.TextFormatting.MinMaxParagraphWidth -> bool
Public Function Equals (value As MinMaxParagraphWidth) As Boolean
Parameters
- value
- MinMaxParagraphWidth
The CharacterBufferReference to compare with the current CharacterBufferReference object.
Returns
true
if value
is equal to the current CharacterBufferReference object; otherwise, false
.