 | LayoutTEquals Method (T) |
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic bool Equals(
T other
)
Public Function Equals (
other As T
) As Boolean
Dim instance As Layout
Dim other As T
Dim returnValue As Boolean
returnValue = instance.Equals(other)
abstract Equals :
other : 'T -> bool
override Equals :
other : 'T -> bool
Parameters
- other
- Type: T
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)
See Also