Click or drag to resize

ExtensionsIsOk Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.IsOk(Prism.Services.Dialogs.IDialogResult)"]


Namespace: RAYLASE.Marker.GUI.Common
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public static bool IsOk(
	this IDialogResult dialogResult
)

Parameters

dialogResult  IDialogResult

[Missing <param name="dialogResult"/> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.IsOk(Prism.Services.Dialogs.IDialogResult)"]

Return Value

Boolean

[Missing <returns> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.IsOk(Prism.Services.Dialogs.IDialogResult)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDialogResult. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also