CharacterBufferReference.Equals Method
Definition
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(CharacterBufferReference) |
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(CharacterBufferReference)
Determines whether the CharacterBufferReference is equal to the current CharacterBufferReference object.
public:
virtual bool Equals(System::Windows::Media::TextFormatting::CharacterBufferReference value);
public bool Equals (System.Windows.Media.TextFormatting.CharacterBufferReference value);
override this.Equals : System.Windows.Media.TextFormatting.CharacterBufferReference -> bool
Public Function Equals (value As CharacterBufferReference) As Boolean
Parameters
- value
- CharacterBufferReference
The CharacterBufferReference to compare with the current CharacterBufferReference object.
Returns
true
if value
is equal to the current CharacterBufferReference object; otherwise, false
.