PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelProperty­PathEquals
Open sandboxFocus

PropertyPath.Equals Method

Equals(Object)

Determines whether the specified object is equal to the current object.

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

The object to compare with the current object.

Returns
Type Description
Boolean

true if the specified object is equal to the current object; otherwise, false.

Equals(PropertyPath)

Determines whether the current PropertyPath is equal to another.

Declaration
public bool Equals(PropertyPath other)
Parameters
Type Name Description
PropertyPath other

Another PropertyPath.

Returns
Type Description
Boolean

true if the current PropertyPath equals other, otherwise false.