Open sandboxFocus

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
bool

true if the current DottedString equals other, otherwise false.

Implements

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides