PropertyPath.Equals Method (PropertyPath) |
Determines whether the current PropertyPath is equal to another.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public bool Equals( PropertyPath other )
Parameters
- other
- Type: PostSharp.Patterns.Model.PropertyPath
Another PropertyPath.
Return Value
Type: Booleantrue if the current PropertyPath equals other, otherwise false.