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