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