| LayoutTEquals Method (T) |
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public 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