StringSegmentSplitOptionsEquals(StringSegmentSplitOptions) Method
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public bool Equals(
StringSegmentSplitOptions other
)
Public Function Equals (
other As StringSegmentSplitOptions
) As Boolean
public:
virtual bool Equals(
StringSegmentSplitOptions other
) sealed
abstract Equals :
other : StringSegmentSplitOptions -> bool
override Equals :
other : StringSegmentSplitOptions -> bool
- other StringSegmentSplitOptions
- An StringSegmentSplitOptions instance to compare with this instance.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)