Method Equals
Equals(DottedString)
Determines whether the currentDottedString is equal to another one.
Declaration
public bool Equals(DottedString other)
Parameters
Type | Name | Description |
---|---|---|
DottedString | other | Another DottedString. |
Returns
Type | Description |
---|---|
Boolean |
|
Equals(Object)
Indicates whether this instance and a specified object are equal.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj | The object to compare with the current instance. |
Returns
Type | Description |
---|---|
Boolean | true if |