NSOpenSavePanelDelegate_Extensions.CompareFilenames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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