PostSharpAPI ReferencePost­Sharp.​SerializationDotted­StringEquals
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
Boolean

true if the current DottedString equals other, otherwise false.

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 obj and this instance are the same type and represent the same value; otherwise, false.