PostSharpAPI ReferencePost­Sharp.​SerializationDotted­StringEquals
Open sandboxFocus

DottedString.Equals Method

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

true if the current DottedString equals other, otherwise false.

Equals(Object)

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