ExtendedDateTime.Equals(ExtendedDateTime) Method
Compares with an ExtendedDateTime for equality
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public bool Equals(
ExtendedDateTime? other
)
Dim instance As ExtendedDateTime
Dim other As ExtendedDateTime
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public:
virtual bool Equals(
ExtendedDateTime^ other
) sealed
No code example is currently available or this language may not be supported.
- other ExtendedDateTime
- The other object
BooleanA bool.
IEquatable<T>.Equals(T)