CloudFileStatusEquals Method (UInt32) |
IT Hit User File System
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public bool Equals(
uint other
)
Public Function Equals (
other As UInteger
) As Boolean
public:
virtual bool Equals(
unsigned int other
) sealed
abstract Equals :
other : uint32 -> bool
override Equals :
other : uint32 -> bool
Parameters
- other
- Type: SystemUInt32
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)See Also