StringInfo.Equals(Object) Method

Definition

Indicates whether the current StringInfo object is equal to a specified object.

public:
 override bool Equals(System::Object ^ value);
public override bool Equals (object value);
public override bool Equals (object? value);
[System.Runtime.InteropServices.ComVisible(false)]
public override bool Equals (object value);
override this.Equals : obj -> bool
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.Equals : obj -> bool
Public Overrides Function Equals (value As Object) As Boolean

Parameters

value
Object

An object.

Returns

true if the value parameter is a StringInfo object and its String property equals the String property of this StringInfo object; otherwise, false.

Attributes

Applies to

See also