SessionChangeDescription.Equality(SessionChangeDescription, SessionChangeDescription) 运算符
定义
返回一个值,该值指示两个 SessionChangeDescription 结构是否相等。Returns a value indicating whether two SessionChangeDescription structures are equal.
public:
static bool operator ==(System::ServiceProcess::SessionChangeDescription a, System::ServiceProcess::SessionChangeDescription b);
public static bool operator == (System.ServiceProcess.SessionChangeDescription a, System.ServiceProcess.SessionChangeDescription b);
static member ( = ) : System.ServiceProcess.SessionChangeDescription * System.ServiceProcess.SessionChangeDescription -> bool
Public Shared Operator == (a As SessionChangeDescription, b As SessionChangeDescription) As Boolean
参数
SessionChangeDescription 结构。A SessionChangeDescription structure.
SessionChangeDescription 结构。A SessionChangeDescription structure.
返回
如果 a 和 b 相等,则为 true;否则为 false。true if a and b are equal; otherwise, false.
注解
使用方法实现此运算符 Equals(Object) 。This operator is implemented using the Equals(Object) method.
此运算符的等效方法是 SessionChangeDescription.Equals(Object)The equivalent method for this operator is SessionChangeDescription.Equals(Object)