Table of Contents

Class GroupableExtensions

Namespace
Songhay.Publications.Extensions
Assembly
Songhay.Publications.dll

Extensions of Songhay.Abstractions.IGroupable.

public static class GroupableExtensions
Inheritance
GroupableExtensions
Inherited Members

Methods

IsGroup(IGroupable?, string?)

Returns true when the group has the specified name.

public static bool IsGroup(this IGroupable? group, string? name)

Parameters

group IGroupable

The group.

name string

The name of the Songhay.Abstractions.IGroupable.GroupId.

Returns

bool