Click or drag to resize
MessagePackObjectDictionaryKeySetSetEquals Method
Determines whether this set and the specified collection contain the same elements.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool SetEquals(
	IEnumerable<MessagePackObject> other
)

Parameters

other
Type: System.Collections.GenericIEnumerableMessagePackObject
The collection to compare to the current set.

Return Value

Type: Boolean
true if this set is equal to other; otherwise, false.

Implements

ISetTSetEquals(IEnumerableT)
Exceptions
ExceptionCondition
ArgumentNullExceptionother is Nothing.
See Also