Click or drag to resize
MessagePackObjectDictionaryKeySetIsProperSupersetOf Method
Determines whether this set is proper superset of the specified collection.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool IsProperSupersetOf(
	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 proper superset of the specified collection; otherwise, false.

Implements

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