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