NSOpenSavePanelDelegate_Extensions.CompareFilenames Method

Definition

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 6, ObjCRuntime.PlatformArchitecture.All, "This method does not control sorting order.")]
public static Foundation.NSComparisonResult CompareFilenames (this AppKit.INSOpenSavePanelDelegate This, AppKit.NSSavePanel panel, string name1, string name2, bool caseSensitive);
static member CompareFilenames : AppKit.INSOpenSavePanelDelegate * AppKit.NSSavePanel * string * string * bool -> Foundation.NSComparisonResult

Parameters

panel
NSSavePanel
name1
String
name2
String
caseSensitive
Boolean

Returns

Attributes

Applies to