LocationInfo.Equals Method (LocationInfo) |
Indicates whether the current object is equal to another object of the same type.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)

C#
public bool Equals( LocationInfo other )
Parameters
- other
- Type: PostSharp.Reflection.LocationInfo
An object to compare with this object.
Return Value
Type: Booleantrue if the current object is equal to the other parameter; otherwise, false.
Implements
IEquatable<T>.Equals(T)