LocationInfo.Equals Method (Object) |
Determines whether the specified object is equal to the current object.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public override bool Equals( Object obj )
Parameters
- obj
- Type: System.Object
The object to compare with the current object.
Return Value
Type: Booleantrue if the specified object is equal to the current object; otherwise, false.