Indicates whether the current object is equal to another object of the same type.
Namespace: SchemaExplorerAssembly: 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: Booleantrue if the current object is equal to the other parameter; otherwise, false.