CharacterRange::Equals Method (Object^)

 

Gets a value indicating whether this object is equivalent to the specified object.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare to for equality.

Return Value

Type: System::Boolean

true to indicate the specified object is an instance with the same First and Length value as this instance; otherwise, false.

You can also use Equality to test for equality.

The following example demonstrates how to use the Equals method. To run this example, paste it into a Windows Form. Handle the form’s Paint event and call the CharacterRangeEquality2 method from the Paint event-handling method, passing e as PaintEventArgs.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: