FileTypeEquals(FileType) Method
Determines whether the specified
FileType is equal to this instance.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Function Equals (
filetype As FileType
) As Boolean
Dim instance As FileType
Dim filetype As FileType
Dim returnValue As Boolean
returnValue = instance.Equals(filetype)
public:
bool Equals(
FileType^ filetype
)
member Equals :
filetype : FileType -> bool
No code example is currently available or this language may not be supported.
- filetype FileType
-
Another FileType to compare to.
Boolean if the specified
FileType is equal to this instance;
otherwise,
.