SymbolSequencePoint.Equals Method (SymbolSequencePoint) |
Indicates whether the current object is equal to another object of the same type.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.19.0 (6.5.19.0)
C#
public bool Equals( SymbolSequencePoint other )
Parameters
- other
- Type: PostSharp.Reflection.SymbolSequencePoint
An object to compare with this object.
Return Value
Type: Booleantrue if the current object is equal to the other parameter; otherwise, false.