Indicates whether the current object is equal to another object of the same type.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public bool Equals(
	string other
)
Visual Basic
Public Function Equals ( 
	other As String
) As Boolean

Parameters

other
Type: System..::..String
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also